Skip to main content
A newer version of this page is available. .

FormLayoutSettings<ModelType>.Items Property

Provides access to the FormLayout’s item collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxFormLayoutItemCollection<ModelType> Items { get; }

Property Value

Type Description
MVCxFormLayoutItemCollection<ModelType>

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

See Also