HideGroupedColumns Property (C1FlexGrid)
In This Topic
Gets or sets a value that determines whether columns included in the
GroupDescriptions collection should be hidden automatically.
Syntax
'Declaration
Public Property HideGroupedColumns As Boolean
public bool HideGroupedColumns {get; set;}
See Also