Back to Devexpress

GridLayoutItemCollection Class

aspnet-devexpress-dot-web-ada6364b.md

latest2.2 KB
Original Source

GridLayoutItemCollection Class

Serves as a base for classes that represent collections of eidt form layout items in grid-like controls.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class GridLayoutItemCollection :
    LayoutItemCollection
vb
Public MustInherit Class GridLayoutItemCollection
    Inherits LayoutItemCollection

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Show 12 items

Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection CardViewLayoutItemCollection

GridViewLayoutItemCollection

BootstrapCardViewLayoutItemCollection

BootstrapGridViewLayoutItemCollection

MVCxGridViewLayoutItemCollection<ModelType>

MVCxGridViewLayoutItemCollection

MVCxCardViewLayoutItemCollection

See Also

GridLayoutItemCollection Members

DevExpress.Web Namespace