Back to Devexpress

BaseOptionsView.ShowButtons Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionsview-a4686bd3.md

latest2.2 KB
Original Source

BaseOptionsView.ShowButtons Property

Gets or sets whether collapse/expand buttons are displayed in parent rows. This property is obsolete. Use ShowCollapseButtons instead.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool ShowButtons { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ShowButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if collapse/expand buttons are displayed in parent rows; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowButtons
VGridControlBase

.OptionsView .ShowButtons

|

See Also

ShowCollapseButtons

Collapse and Expand Rows

BaseOptionsView Class

BaseOptionsView Members

DevExpress.XtraVerticalGrid Namespace