Skip to main content

OptionsColumnEditForm Class

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public class OptionsColumnEditForm :
    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.

See Also