Skip to main content

GridOptionsSelection.CheckBoxSelectorColumnWidth Property

Gets or sets the width of the check box column.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int CheckBoxSelectorColumnWidth { get; set; }

Property Value

Type Default Description
Int32 0

The integer value that specifies the check box column width, in pixels. If set to 0, the default value of 75 pixels is used.

Property Paths

You can access this nested property as listed below:

Object Type Path to CheckBoxSelectorColumnWidth
GridView
.OptionsSelection .CheckBoxSelectorColumnWidth

Remarks

You cannot set the CheckBoxSelectorColumnWidth property to a value less than 15. When you try to do so, the property is automatically set to 0, and the default width of 75 pixels is used.

See Also