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