MVCxGridViewLayoutItemCollection<ModelType>.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add<ValueType>(Expression<Func<ModelType, ValueType>>, Action<MVCxGridViewColumnLayoutItem>) | expression, method | Adds a layout item to the MVCxGridViewLayoutItemCollection<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 MVCxGridViewLayoutItemCollection<ModelType> collection and binds this item to the specified Model field. |