Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeNumericSubItem Class / Value Property


In This Topic
    Value Property (NTreeListNodeNumericSubItem)
    In This Topic
    Gets/sets the value to be displayed.
    Syntax
    'Declaration
     
    
    Public Property Value As System.Nullable(Of Decimal)
    'Usage
     
    
    Dim instance As NTreeListNodeNumericSubItem
    Dim value As System.Nullable(Of Decimal)
     
    instance.Value = value
     
    value = instance.Value
    public System.Nullable<decimal> Value {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also