Skip to main content

TcxGridCardViewOptionsCustomize.RowExpanding Property

Specifies whether expand buttons will be drawn in category rows.

Declaration

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.Expanding property has priority over the RowExpanding property.

The default value of the RowExpanding property is True.

See Also