Back to Devexpress

ASPxGridViewEditingSettings.UseFormLayout Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-d671169e.md

latest2.4 KB
Original Source

ASPxGridViewEditingSettings.UseFormLayout Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool UseFormLayout { get; set; }
vb
<DefaultValue(True)>
Public Property UseFormLayout As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

Online Demo: Grid - Edit Form Layout

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace