MVCxTreeListColumnCollection<RowType>.Add Method
Name | Parameters | Description |
---|---|---|
Add<ValueType>(Expression<Func<RowType, ValueType>>, Action<MVCxTreeListColumn>) | 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<ValueType>(Expression<Func<RowType, ValueType>>) | expression | Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression. |