Back to Devexpress

GridOptionsCustomization Class

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

latest2.0 KB
Original Source

GridOptionsCustomization Class

Provides customization 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 GridOptionsCustomization :
    ViewBaseOptions
vb
Public Class GridOptionsCustomization
    Inherits ViewBaseOptions

The following members return GridOptionsCustomization objects:

Remarks

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

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions GridOptionsCustomization BandedGridOptionsCustomization

See Also

GridOptionsCustomization Members

OptionsCustomization

DevExpress.XtraGrid.Views.Grid Namespace