Skip to main content

TcxRowOptions.ShowExpandButton Property

Specifies whether to display an expand button on the row if this row is parent.

Declaration

property ShowExpandButton: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Specifies whether to display an expand button on the row if this row is parent. If the value of the ShowExpandButton property is False the expand button is not shown and such user’s actions as expanding or collapsing are unavailable.

If the value of the TcxCustomRow.Expanded property is False the parent row is collapsed and the user cannot expand the parent row. If the value of the TcxCustomRow.Expanded property is True the parent row is expanded and the user cannot collapse the parent row.

The default value of the ShowExpandButton property is True.

See Also