Gets the collection of bands assigned to the rebar control.
A Rebar.RebarBandCollection that contains a collection of RebarBand components.
The Bands property is a zero-based indexed collection used to hold all the RebarBand components assigned to the toolbar. Since the property is read-only, it can not be assigned a collection of toolbar buttons directly. Rebar bands can be added or removed by using the methods inherited from the Rebar.RebarBandCollection class. Use the Add method to add individual bands and the Remove method to delete a band.
Rebar Class | Skybound.Rebar Namespace