aspnet-devexpress-dot-web-0f427588.md
Represents a collection that maintains layout items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class LayoutItemCollection :
Collection
Public Class LayoutItemCollection
Inherits Collection
The following members return LayoutItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Show 15 items
Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection
BootstrapCardViewLayoutItemCollection
BootstrapGridViewLayoutItemCollection
MVCxGridViewLayoutItemCollection<ModelType>
MVCxGridViewLayoutItemCollection
MVCxCardViewLayoutItemCollection
MVCxFormLayoutItemCollection<ModelType>
See Also