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

FormLayoutProperties.Items Property

Provides access to the form layout’s item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutItemCollection Items { get; }

Property Value

Type Description
LayoutItemCollection

A LayoutItemCollection object that is a collection of layout items.

See Also