'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;}