Back to Devexpress

WinExplorerViewOptionsView.ShowExpandCollapseButtons Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsview-31d4ff66.md

latest2.6 KB
Original Source

WinExplorerViewOptionsView.ShowExpandCollapseButtons Property

Gets or sets whether the group expand/collapse button should be displayed.

Namespace : DevExpress.XtraGrid.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowExpandCollapseButtons { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property ShowExpandCollapseButtons As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the group expand/collapse button should be displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowExpandCollapseButtons
WinExplorerView

.OptionsView .ShowExpandCollapseButtons

|

Remarks

Items within a WinExplorer View can be grouped according to the column assigned to the WinExplorerViewColumns.GroupColumn property. End-users can expand and collapse these groups either by double-clicking group headers, or with expand/collapse buttons. Use the ShowExpandCollapseButtons property to specify these buttons’ visibility.

See Also

GroupColumn

WinExplorer View

WinExplorerViewOptionsView Class

WinExplorerViewOptionsView Members

DevExpress.XtraGrid.WinExplorer Namespace