MVCxGridViewLayoutItemCollection<ModelType> Class
In This Article
A collection of layout items and groups in 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 MVCxGridViewLayoutItemCollection<ModelType> :
MVCxGridViewLayoutItemCollection
#Type Parameters
Name |
---|
Model |
#Remarks
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
#Implements
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
#Inheritance
Object
StateManagedCollectionBase
Collection
LayoutItemCollection
GridLayoutItemCollection
GridViewLayoutItemCollection
MVCxGridViewLayoutItemCollection
MVCxGridViewLayoutItemCollection<ModelType>
See Also