LayoutItemCollection.Add(LayoutItemBase) Method
Adds the specified item to the LayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | LayoutItemBase | A LayoutItemBase instance to add to the layout item collection. |
Returns
| Type | Description |
|---|---|
| LayoutItemBase | A LayoutItemBase object that is the newly added layout item. |
See Also