Skip to main content
A newer version of this page is available. .

MVCxFormLayoutItemCollection.Add Method

Name Parameters Description
Add() none Adds a new layout item to the end of the collection and returns the newly created object.
Add(LayoutItemBase) item Adds a specified item to the end of the collection.
Add(Action<MVCxFormLayoutItem>) method Adds a new layout item to the collection and allows you to customize this layout item in a delegate method implementation.
Add<T>(String, String) caption, name Creates a new layout item with the specified settings and adds it to the collection.
Add<T>(String) caption Creates a new layout item with the specified caption and adds it to the collection.