Back to Devexpress

ColumnViewOptionsSelection Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-d3890705.md

latest2.6 KB
Original Source

ColumnViewOptionsSelection Class

Serves as the base for classes which provide selection options for Views.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class ColumnViewOptionsSelection :
    ViewBaseOptions
vb
Public Class ColumnViewOptionsSelection
    Inherits ViewBaseOptions

The following members return ColumnViewOptionsSelection objects:

Remarks

The options this class provides are accessible with the ColumnView.OptionsSelection property.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ColumnViewOptionsSelection GridOptionsSelection

ItemsViewOptionsSelection

TileViewOptionsSelection

WinExplorerViewOptionsSelection

AdvBandedGridOptionsSelection

See Also

ColumnViewOptionsSelection Members

ColumnView.OptionsSelection

GridView.OptionsSelection

Multiple Row and Cell Selection

DevExpress.XtraGrid.Views.Base Namespace