Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

GridLayoutItemCollection.Add(LayoutItemBase) Method

Adds the specified item to the GridLayoutItemCollection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public LayoutItemBase Add(
    LayoutItemBase item
)

Parameters

Name Type Description
item LayoutItemBase

A LayoutItemBase object to add to the layout item collection.

Returns

Type Description
LayoutItemBase

A LayoutItemBase object that is the newly added layout item.

See Also