TcxGridTableOptionsCustomize.GroupRowSizing Property
In This Article
Specifies if users can resize group rows.
#Declaration
Delphi
property GroupRowSizing: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Set GroupRowSizing
and GridView.OptionsView.Indicator properties to True
to allow users to resize the height of group rows.
#Default Value
The GroupRowSizing
property’s default value is False
.
See Also