Back to Devexpress

GridOptionsEditForm Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-7f30f292.md

latest1.9 KB
Original Source

GridOptionsEditForm Class

Provides Edit Form settings.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

The following members return GridOptionsEditForm objects:

Remarks

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

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions GridOptionsEditForm TileViewOptionsEditForm

See Also

GridOptionsEditForm Members

OptionsEditForm

OptionsColumnEditForm

DevExpress.XtraGrid.Views.Grid Namespace