Back to Devexpress

TcxCustomRow.Expanded Property

vcl-cxvgrid-dot-tcxcustomrow-d7c9d01b.md

latest767 B
Original Source

TcxCustomRow.Expanded Property

Specifies if the row is expanded.

Declaration

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

Property Value

TypeDefault
BooleanTrue

Remarks

Set this property to True or False to expand or collapse the row, respectively.

Alternatively, you can call the Expand or Collapse procedure.

The default Expanded property value is True.

See Also

TcxCustomRow Class

TcxCustomRow Members

cxVGrid Unit