CanUserGroup Property (DataGridColumn)
In This Topic
Gets or sets a value indicating whether the user can group by this column.
Syntax
'Declaration
Public Property CanUserGroup As Boolean
public bool CanUserGroup {get; set;}
Property Value
true if the user can group by this column; otherwise,
false.
See Also