TcxGridCardViewOptionsCustomize.RowExpanding Property
In This Article
Specifies whether expand buttons will be drawn in category rows.
#Declaration
Delphi
property RowExpanding: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the RowExpanding property to True, to make expand buttons visible in all the category rows that are currently available in the Card View.
Note
the Options.
The default value of the RowExpanding property is True.
See Also