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