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