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

MVCxGridViewFormLayoutProperties Class

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxGridViewFormLayoutProperties :
    GridViewFormLayoutProperties

The following members return MVCxGridViewFormLayoutProperties objects:

Remarks

A MVCxGridViewFormLayoutProperties instance can be accessed via the GridViewSettings.EditFormLayoutProperties property.

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.ISkinOwner
DevExpress.Web.Design.IDesignTimePropertiesOwner
DevExpress.Web.IFormLayoutOwner
See Also