Skip to main content

TcxCustomRow.Expanded Property

Specifies if the row is expanded.

Declaration

property Expanded: Boolean read; write; default True;

Property Value

Type Default
Boolean True

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