'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the owning tree-list may be sorted by this column.")> Public Property Sortable As System.Boolean
'Usage
Dim instance As NTreeListColumn Dim value As System.Boolean instance.Sortable = value value = instance.Sortable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the owning tree-list may be sorted by this column.")] public System.bool Sortable {get; set;}