'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the columns may be reordered using the mouse.")> Public Property EnableColumnReorder As System.Boolean
'Usage
Dim instance As NTreeList Dim value As System.Boolean instance.EnableColumnReorder = value value = instance.EnableColumnReorder
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the columns may be reordered using the mouse.")] public System.bool EnableColumnReorder {get; set;}