Skip to main content
All docs
V19.2

MVCxFormLayoutItemCollection.Add(LayoutItemBase) Method

Adds a specified item to the end of the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public LayoutItemBase Add(
    LayoutItemBase item
)

Parameters

Name Type Description
item LayoutItemBase

A LayoutItemBase descendant that is an item to be added.

Returns

Type Description
LayoutItemBase

A LayoutItemBase descendant that is an item to be added.

Remarks

Use the Add method to add a specified item to the end of the MVCxFormLayoutItemCollection object.

See Also