Back to Devexpress

GridOptionsSelection.ResetSelectionClickOutsideCheckboxSelector Property

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

latest2.1 KB
Original Source

GridOptionsSelection.ResetSelectionClickOutsideCheckboxSelector Property

Gets or sets whether clicking a row outside the check box column focuses and selects this row while deselecting all previously selected rows.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ResetSelectionClickOutsideCheckboxSelector { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ResetSelectionClickOutsideCheckboxSelector As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if clicking a row outside the check box column focuses and selects this row while deselecting all previously selected rows; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ResetSelectionClickOutsideCheckboxSelector
GridView

.OptionsSelection .ResetSelectionClickOutsideCheckboxSelector

|

See Also

GridOptionsSelection Class

GridOptionsSelection Members

DevExpress.XtraGrid.Views.Grid Namespace