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

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.v19.2.dll

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