Back to Devexpress

LayoutItemCollection Class

aspnet-devexpress-dot-web-0f427588.md

latest3.7 KB
Original Source

LayoutItemCollection Class

Represents a collection that maintains layout items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutItemCollection :
    Collection
vb
Public Class LayoutItemCollection
    Inherits 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

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Show 15 items

Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection

CardViewLayoutItemCollection

GridViewLayoutItemCollection

BootstrapCardViewLayoutItemCollection

BootstrapGridViewLayoutItemCollection

BootstrapLayoutItemCollection

MVCxGridViewLayoutItemCollection<ModelType>

MVCxGridViewLayoutItemCollection

MVCxCardViewLayoutItemCollection

MVCxFormLayoutItemCollection<ModelType>

MVCxFormLayoutItemCollection

See Also

LayoutItemCollection Members

Form Layout

DevExpress.Web Namespace