MVCxTreeListColumnCollection<RowType>.Add Method
Name | Parameters | Description |
---|---|---|
Add |
expression, method | Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression and to customize this column in a delegate method implementation. |
Add |
expression | Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression. |