Back to Devexpress

MVCxCardViewLayoutItemCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-cab8b31b.md

latest2.3 KB
Original Source

MVCxCardViewLayoutItemCollection Class

Represents a (MVC specific) collection of layout items and groups within 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 MVCxCardViewLayoutItemCollection :
    CardViewLayoutItemCollection
vb
Public Class MVCxCardViewLayoutItemCollection
    Inherits CardViewLayoutItemCollection

The following members return MVCxCardViewLayoutItemCollection objects:

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection CardViewLayoutItemCollection MVCxCardViewLayoutItemCollection

See Also

MVCxCardViewLayoutItemCollection Members

DevExpress.Web.Mvc Namespace