Back to Devexpress

MVCxGridViewLayoutItemCollection<ModelType> Class

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxgridviewlayoutitemcollection-1.md

latest2.6 KB
Original Source

MVCxGridViewLayoutItemCollection<ModelType> Class

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxGridViewLayoutItemCollection<ModelType> :
    MVCxGridViewLayoutItemCollection
vb
Public Class MVCxGridViewLayoutItemCollection(Of ModelType)
    Inherits MVCxGridViewLayoutItemCollection

Type Parameters

Name
ModelType

Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection GridViewLayoutItemCollection MVCxGridViewLayoutItemCollection MVCxGridViewLayoutItemCollection<ModelType>

See Also

MVCxGridViewLayoutItemCollection<ModelType> Members

Grid View

DevExpress.Web.Mvc Namespace