Back to Devexpress

MVCxGridViewFormLayoutProperties Class

aspnetmvc-devexpress-dot-web-dot-mvc-728a5906.md

latest2.2 KB
Original Source

MVCxGridViewFormLayoutProperties Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxGridViewFormLayoutProperties :
    GridViewFormLayoutProperties
vb
Public Class MVCxGridViewFormLayoutProperties
    Inherits GridViewFormLayoutProperties

The following members return MVCxGridViewFormLayoutProperties objects:

Remarks

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

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.ISkinOwner

IPropertiesOwner

DevExpress.Web.Design.IDesignTimePropertiesOwner

DevExpress.Web.IFormLayoutOwner

Inheritance

Object StateManager PropertiesBase FormLayoutProperties GridFormLayoutProperties GridViewFormLayoutProperties MVCxGridViewFormLayoutProperties MVCxGridViewFormLayoutProperties<ModelType>

See Also

MVCxGridViewFormLayoutProperties Members

DevExpress.Web.Mvc Namespace