Skip to main content

WinExplorerViewOptionsView.ShowExpandCollapseButtons Property

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

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowExpandCollapseButtons { get; set; }

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Object Type Path 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