Back to Devexpress

GridOptionsSelection Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsselection-dot-underscore-properties.md

latest4.7 KB
Original Source

GridOptionsSelection Properties

Provides selection options for Grid Views.

NameDescription
CheckBoxSelectorColumnWidthGets or sets the width of the check box column.
CheckBoxSelectorFieldGets or sets the name of the field in the data source that is bound to the check box column.
EnableAppearanceFocusedCellGets or sets whether the appearance settings for focused cell are enabled.
EnableAppearanceFocusedRowGets or sets whether the appearance settings for a focused row are enabled.
EnableAppearanceHideSelectionGets or sets whether the appearance settings used to paint the selected row(s) when the grid control is not focused are enabled.
EnableAppearanceHotTrackedRowGets or sets whether grid rows are hot-tracked.
InvertSelectionGets or sets a value specifying whether the focused style is applied to the focused cell only or to all but the focused row cell.
MultiSelectGets or sets whether multiple rows, cards, or cells can be selected. Inherited from ColumnViewOptionsSelection.
MultiSelectModeGets or sets whether multiple cells or rows can be selected.
ResetSelectionClickOutsideCheckboxSelectorGets or sets whether clicking a row outside the check box column focuses and selects this row while deselecting all previously selected rows.
ShowCheckBoxSelectorChangesSelectionNavigationGets or sets whether multiple row selection in the check box column can be changed while navigating through grid rows with the keyboard.
ShowCheckBoxSelectorInColumnHeaderGets or sets whether a check box is displayed in the check box column header allowing end-users to select/deselect all grid rows.
ShowCheckBoxSelectorInGroupRowGets or sets whether check boxes are displayed in group rows allowing end-users to select/deselect all rows of a particular group.
ShowCheckBoxSelectorInPrintExportGets or sets whether the check box column is included into the print and export output.
UseIndicatorForSelectionGets or sets whether rows can be selected via the Row Indicator Panel when the grid is in multiple selection mode.

See Also

GridOptionsSelection Class

GridOptionsSelection Members

DevExpress.XtraGrid.Views.Grid Namespace