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