Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNode Class / RowHeader Property


In This Topic
    RowHeader Property
    In This Topic
    Gets the NLightUIItem instance which represents the row header of the node.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the NLightUIItem instance which represents the row header of the node.")>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property RowHeader As NTreeListRowHeader
    'Usage
     
    
    Dim instance As NTreeListNode
    Dim value As NTreeListRowHeader
     
    value = instance.RowHeader
    [System.ComponentModel.Description("Gets the NLightUIItem instance which represents the row header of the node.")]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NTreeListRowHeader RowHeader {get;}
    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