Skip to main content
A newer version of this page is available. .

BaseOptionsView.ShowButtons Property

Gets or sets whether expand buttons are displayed within parent rows.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if expand buttons are displayed within parent rows; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowButtons
PropertyGridControl
.OptionsView.ShowButtons
VGridControl
.OptionsView.ShowButtons
VGridControlBase
.OptionsView.ShowButtons
See Also