Skip to main content
A newer version of this page is available. .

GridColumn.OptionsEditForm Property

Provides access to the settings of the editor that corresponds to the current column within an Edit Form.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public OptionsColumnEditForm OptionsEditForm { get; }

Property Value

Type Description
OptionsColumnEditForm

The settings of the editor that corresponds to the current column within an Edit Form.

Remarks

The settings of the editor that corresponds to the current column within an Edit Form are represented by the OptionsColumnEditForm class. This class provides such options as editor visibility, the editor’s caption, location, etc.

See Also