'Declaration <DescriptionAttribute("Use this property to add bands to the panel bar.")> <CategoryAttribute("Xceed PanelBar")> Public ReadOnly Property Bands As BandCollection
'Usage Dim instance As PanelBar Dim value As BandCollection value = instance.Bands
[Description("Use this property to add bands to the panel bar.")] [Category("Xceed PanelBar")] public BandCollection Bands {get;}