Back to Devexpress

TcxGridCardViewOptionsCustomize.RowExpanding Property

vcl-cxgridcardview-dot-tcxgridcardviewoptionscustomize.md

latest1.1 KB
Original Source

TcxGridCardViewOptionsCustomize.RowExpanding Property

Specifies whether expand buttons will be drawn in category rows.

Declaration

delphi
property RowExpanding: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxGridCardViewOptionsCustomize Class

TcxGridCardViewOptionsCustomize Members

cxGridCardView Unit