Skip to main content

TcxvgOptionsView.ShowButtons Property

Specifies whether to display expand buttons of the parent rows.

Declaration

property ShowButtons: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the value of ShowButtons is True and the value of the TcxRowOptions.ShowExpandButton property is True an expand button will appear on each parent row. The user can click the button to expand or collapse the parent row as an alternative to double-clicking the parent row.

If the value of ShowButtons is False expand buttons are unavailable and the user can expand or collapse the parent row by double-clicking the parent row only (if the value of the TcxRowOptions.ShowExpandButton property is True).

The default value of the ShowButtons property is True.

See Also