Back to Devexpress

GridOptionsView Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-af64992c.md

latest2.0 KB
Original Source

GridOptionsView Class

Provides appearance options for Grid Views.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class GridOptionsView :
    ColumnViewOptionsView
vb
Public Class GridOptionsView
    Inherits ColumnViewOptionsView

The following members return GridOptionsView objects:

Remarks

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

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ColumnViewOptionsView GridOptionsView BandedGridOptionsView

AdvBandedGridOptionsView

See Also

GridOptionsView Members

OptionsView

DevExpress.XtraGrid.Views.Grid Namespace