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(Action<MVCxFormLayoutItem>) | method | Adds a new layout item to the collection and allows you to customize this layout item in a delegate method implementation. |