Skip to main content
All docs
V19.1

AdvBandedGridOptionsSelection.ShowCheckBoxSelectorInGroupRow Property

This property is not relevant for Advanced Banded Grid Views.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public override DefaultBoolean ShowCheckBoxSelectorInGroupRow { get; set; }

Property Value

Type
DefaultBoolean

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowCheckBoxSelectorInGroupRow
AdvBandedGridView
.OptionsSelection.ShowCheckBoxSelectorInGroupRow
See Also