Back to Devexpress

ColumnViewOptionsView Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-623c35d2.md

latest2.4 KB
Original Source

ColumnViewOptionsView Class

Serves as the base for classes which provide View 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 ColumnViewOptionsView :
    ViewBaseOptions
vb
Public Class ColumnViewOptionsView
    Inherits ViewBaseOptions

The following members return ColumnViewOptionsView objects:

Remarks

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

Inheritance

Show 12 items

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ColumnViewOptionsView CardOptionsView

GridOptionsView

LayoutViewOptionsView

TileViewOptionsView

WinExplorerViewOptionsView

AdvBandedGridOptionsView

BandedGridOptionsView

See Also

ColumnViewOptionsView Members

OptionsView

DevExpress.XtraGrid.Views.Base Namespace