Skip to main content

WinExplorerViewOptionsView.ShowCheckBoxInGroupCaption Property

Gets or sets whether groups within this WinExplorerView should display check boxes in their caption area.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

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

Property Value

Type Default Description
Boolean false

true if groups within this WinExplorerView should display check boxes in their caption area; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowCheckBoxInGroupCaption
WinExplorerView
.OptionsView .ShowCheckBoxInGroupCaption

Remarks

The ShowCheckBoxInGroupCaption property specifies whether WinExplorerView groups should display check boxes. The checked/unchecked state of this group check box is passed to check boxes of all items within this group. To display or hide these individual items’ check boxes, use the WinExplorerViewOptionsView.ShowCheckBoxes property.

See Also