'Declaration <CategoryAttribute("Xceed Band")> <DescriptionAttribute("Gets or sets the caption for the band")> <DefaultValueAttribute()> Public Property Caption As String
[Category("Xceed Band")] [Description("Gets or sets the caption for the band")] [DefaultValue()] public string Caption {get; set;}