Skip to main content
Tab

FormLayoutProperties.Items Property

Provides access to the form layout’s item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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