Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxvgOptionsView.ShowButtons Property

Specifies whether to display expand buttons of the parent rows.

#Declaration

Delphi
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