Back to Devexpress

MVCxFormLayoutItemCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-63fdb4ee.md

latest2.3 KB
Original Source

MVCxFormLayoutItemCollection Class

Represents a collection of layout items and groups within the FormLayout.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxFormLayoutItemCollection :
    LayoutItemCollection
vb
Public Class MVCxFormLayoutItemCollection
    Inherits LayoutItemCollection

The following members return MVCxFormLayoutItemCollection objects:

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection LayoutItemCollection MVCxFormLayoutItemCollection MVCxFormLayoutItemCollection<ModelType>

See Also

MVCxFormLayoutItemCollection Members

DevExpress.Web.Mvc Namespace