Back to Devexpress

OptionsColumnEditForm Class

windowsforms-devexpress-dot-xtragrid-dot-columns-20038795.md

latest1.9 KB
Original Source

OptionsColumnEditForm Class

Provides settings of the editor that represent the current grid column within an Edit Form.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

The following members return OptionsColumnEditForm objects:

Remarks

Use the GridColumn.OptionsEditForm property to access the OptionsColumnEditForm object. This object provides editor settings that represent the current grid column within an Edit Form.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions OptionsColumnEditForm

See Also

OptionsColumnEditForm Members

OptionsEditForm

DevExpress.XtraGrid.Columns Namespace