ASPxGridViewEditingSettings.UseFormLayout Property
Specifies if the built-in FormLayout is used in the edit form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseFormLayout |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
Use the UseFormLayout property to control if the built-in FormLayout is used in the edit form. The embedded FormLayout settings can be customized at the grid level using the ASPxGridView.EditFormLayoutProperties property.
The FormLayout layout items are gathered in the GridViewFormLayoutProperties.Items collection and associated with grid data columns using their ColumnLayoutItem.ColumnName property.
See Also