'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the control will support GroupBy functionality.")> Public Property EnableGroupBy As System.Boolean
'Usage
Dim instance As NTreeList Dim value As System.Boolean instance.EnableGroupBy = value value = instance.EnableGroupBy
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the control will support GroupBy functionality.")] public System.bool EnableGroupBy {get; set;}