ShowGroups Property (FlexSheet)
In This Topic
Gets or sets whether the grid should insert group rows to delimit data groups.
Syntax
'Declaration
<IgnoreAttribute()>
Public Overrides Property ShowGroups As Boolean
[Ignore()]
public override bool ShowGroups {get; set;}
See Also