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


In This Topic
    Value Property (NTreeListNodeDateTimeSubItem)
    In This Topic
    Gets/sets the date-time value of the item.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the date-time value of the item.")>
    Public Property Value As System.Nullable(Of Date)
    'Usage
     
    
    Dim instance As NTreeListNodeDateTimeSubItem
    Dim value As System.Nullable(Of Date)
     
    instance.Value = value
     
    value = instance.Value
    [System.ComponentModel.Description("Gets/sets the date-time value of the item.")]
    public System.Nullable<DateTime> 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