Skip to main content
Tab

ASPxGridViewEditingSettings.UseFormLayout Property

Specifies if the built-in FormLayout is used in the edit form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool UseFormLayout { get; set; }

Property Value

Type Default Description
Boolean true

true, if the form layout is used; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseFormLayout
ASPxGridView
.SettingsEditing .UseFormLayout
GridViewProperties
.SettingsEditing .UseFormLayout

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