Skip to main content
A newer version of this page is available. .

GridOptionsSelection Class

Provides selection options for Grid Views.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public class GridOptionsSelection :
    ColumnViewOptionsSelection

The following members accept/return GridOptionsSelection objects:

Remarks

The GridOptionsSelection class provides a set of Boolean properties controlling the View’s behavior in relation to row selection. These properties specify whether multiple rows can be selected and how selection is painted.

GridOptionsSelection class instances can be accessed via the View’s GridView.OptionsSelection property.

See Also