MVCxGridViewFormLayoutProperties<ModelType> Class
In This Article
Contains settings that relate to the FormLayout used in the GridView’s edit form.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxGridViewFormLayoutProperties<ModelType> :
MVCxGridViewFormLayoutProperties
#Type Parameters
Name |
---|
Model |
#Remarks
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
#Implements
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.ISkinOwner
DevExpress.Web.Design.IDesignTimePropertiesOwner
DevExpress.Web.IFormLayoutOwner
#Inheritance
Object
StateManager
PropertiesBase
FormLayoutProperties
GridFormLayoutProperties
GridViewFormLayoutProperties
MVCxGridViewFormLayoutProperties
MVCxGridViewFormLayoutProperties<ModelType>
See Also