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

OptionsColumnEditForm Class

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v18.2.dll

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