'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the header will display sort glyph depending on its owner column SortMode.")> Public Property DisplaySortGlyph As System.Boolean
'Usage
Dim instance As NTreeListColumnHeader Dim value As System.Boolean instance.DisplaySortGlyph = value value = instance.DisplaySortGlyph
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the header will display sort glyph depending on its owner column SortMode.")] public System.bool DisplaySortGlyph {get; set;}