MVCxGridViewColumnCollection<RowType>.AddBand Method
Name | Parameters | Description |
---|---|---|
AddBand() | none | Creates a new band column and adds it to the collection. |
AddBand(String) | caption | Creates a new band column with the specified caption and adds it to the collection. |
AddBand<ValueType>(Expression<Func<RowType, ValueType>>, Action<MVCxGridViewBandColumn<RowType>>) | expression, method | Adds a new band column to the collection and allows you to customize this column in a delegate method implementation. |
AddBand<ValueType>(Expression<Func<RowType, ValueType>>) | expression | Adds a new band column to the collection and allows you to customize this column in a delegate method implementation. |