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

GridViewFormLayoutProperties Class

Contains settings that relate to the FormLayout used in the GridView’s edit form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class GridViewFormLayoutProperties :
    GridFormLayoutProperties

Remarks

A GridViewFormLayoutProperties instance can be accessed via the ASPxGridView.EditFormLayoutProperties property.

See Also