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

LayoutItemCollection Class

Represents a collection that maintains layout items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class LayoutItemCollection :
    Collection

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.

Implements

DevExpress.Utils.IAssignableCollection
See Also