Group Property (GroupDescription)
In This Topic
Gets a value that indicates whether to group by this property. Set to false if you want to sort but not group by this property.
Syntax
'Declaration
Public Property Group As Boolean
public bool Group {get; set;}
See Also