Skip to main content
All docs
V25.1
  • BootstrapGridViewEditFormLayoutEventArgs.EditFormLayout Property

    Gets the form layout.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v25.1.dll

    NuGet Package: DevExpress.Web.Bootstrap

    Declaration

    public BootstrapFormLayout EditFormLayout { get; }

    Property Value

    Type Description
    BootstrapFormLayout

    The form layout.

    See Also