Skip to main content
All docs
V19.1

AdvBandedGridOptionsSelection.CheckBoxSelectorColumnWidth 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 int CheckBoxSelectorColumnWidth { get; set; }

Property Value

Type
Int32

Property Paths

You can access this nested property as listed below:

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