Skip to main content
Tab

ASPxGridViewEditFormLayoutEventArgs.EditFormLayout Property

Gets the form layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxFormLayout EditFormLayout { get; }

Property Value

Type Description
ASPxFormLayout

The form layout.

Remarks

Use the EditFormLayout property to access the form layout.

See Also