ASPxGridViewEditFormLayoutEventArgs.EditFormLayout Property
In This Article
Gets the form layout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxFormLayout EditFormLayout { get; }
#Property Value
Type | Description |
---|---|
ASPx |
The form layout. |
#Remarks
Use the EditFormLayout property to access the form layout.
See Also