MVCxFormLayoutItemCollection<ModelType>.Add Method
Name | Parameters | Description |
---|---|---|
Add<ValueType>(Expression<Func<ModelType, ValueType>>, Action<MVCxFormLayoutItem>) | expression, method | Adds a layout item to the MVCxFormLayoutItemCollection<ModelType> collection and specifies the item’s settings and a Model field to which the item is bound. |
Add<ValueType>(Expression<Func<ModelType, ValueType>>) | expression | Adds a layout item to the MVCxFormLayoutItemCollection<ModelType> collection and binds this item to the specified Model field. |