Back to Devexpress

FormLayoutSettings<ModelType>.Items Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-formlayoutsettings-1-2d99252a.md

latest1.4 KB
Original Source

FormLayoutSettings<ModelType>.Items Property

Provides access to the FormLayout’s item collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxFormLayoutItemCollection<ModelType> Items { get; }
vb
Public ReadOnly Property Items As MVCxFormLayoutItemCollection(Of ModelType)

Property Value

TypeDescription
MVCxFormLayoutItemCollection<ModelType>

An MVCxFormLayoutItemCollection<ModelType> object that represents a collection of layout items.

|

See Also

Item Manipulation

FormLayoutSettings<ModelType> Class

FormLayoutSettings<ModelType> Members

DevExpress.Web.Mvc Namespace