Skip to main content
A newer version of this page is available. .

BootstrapGridViewEditFormLayoutEventArgs.EditFormLayout Property

Gets the form layout.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapFormLayout EditFormLayout { get; }

Property Value

Type Description
BootstrapFormLayout

The form layout.

See Also