Back to Devexpress

GridOptionsSelection.CheckBoxSelectorColumnWidth Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsselection-cc996ee2.md

latest2.4 KB
Original Source

GridOptionsSelection.CheckBoxSelectorColumnWidth Property

Gets or sets the width of the check box column.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int CheckBoxSelectorColumnWidth { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overridable Property CheckBoxSelectorColumnWidth As Integer

Property Value

TypeDefaultDescription
Int320

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 TypePath 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

Multiple Row Selection using Built-In Check Column and Selection Binding

GridOptionsSelection Class

GridOptionsSelection Members

DevExpress.XtraGrid.Views.Grid Namespace