Skip to main content
A newer version of this page is available.
All docs
V19.1

MVCxFormLayoutItemCollection.Add(LayoutItemBase) Method

Adds a specified item to the end of the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.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