Skip to main content

BootstrapGridViewEditFormLayoutEventArgs.EditFormLayout Property

Gets the form layout.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapFormLayout EditFormLayout { get; }

Property Value

Type Description
BootstrapFormLayout

The form layout.

See Also