OptionsColumnEditForm Class
In This Article
Provides settings of the editor that represent the current grid column within an Edit Form.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public class OptionsColumnEditForm :
ViewBaseOptions
#Related API Members
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