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