Skip to main content
All docs
V26.1
  • Tab

    ASPxGridViewEditFormLayoutEventArgs.EditFormLayout Property

    Gets the form layout.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v26.1.dll

    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