Skip to main content
Tab

ASPxFormLayout.Items Property

Provides access to the ASPxFormLayout’s item collection.

Namespace: DevExpress.Web

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