MVCxGridViewLayoutItemCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Creates a new layout item with the default settings and adds it to the MVCxGridViewLayoutItemCollection collection. |
Add(Action<MVCxGridViewColumnLayoutItem>) | method | Adds a new item to the MVCxGridViewLayoutItemCollection collection and allows you to customize this item in a delegate method implementation. |
Add(String) | columnName | Creates a new item assigned to the specified column name and adds it to the MVCxGridViewLayoutItemCollection collection. |