LayoutItemCollection Class
Represents a collection that maintains layout items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return LayoutItemCollection objects:
Remarks
Layout items are stored within collections which are represented by instances of the LayoutItemCollection class. A collection of layout items can be accessed via the layout group’s LayoutGroupBase.Items for each layout group and the control’s ASPxFormLayout.Items collection which holds the root layout items.
The properties and methods exposed by the LayoutItemCollection class can be used to perform common collection operations such as adding new or deleting the existing layout items. Each item of the collection is represented by a LayoutItemBase object. Individual layout items can be accessed using indexer notation.