GridView.OptionsEditForm Property
Provides access to the settings of an Edit Form.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsEditForm OptionsEditForm { get; }
Property Value
Type | Description |
---|---|
GridOptionsEditForm | The settings of an Edit Form. |
Remarks
The settings of an Edit Form are represented by the GridOptionsEditForm class. This class provides such options as a binding mode, an Edit Form modal window width, caption, etc.
See Also