Skip to main content
All docs
V25.1
  • Tab

    ASPxGridViewEditFormLayoutEventArgs.EditFormLayout Property

    Gets the form layout.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.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