'Declaration
<C1DescriptionAttribute("C1ProgressBar.Maximum", "Specifies the maximum value of the progress bar.")> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute(100)> Public Property Maximum As Integer
[C1Description("C1ProgressBar.Maximum", "Specifies the maximum value of the progress bar.")] [NotifyParentProperty(true)] [DefaultValue(100)] public int Maximum {get; set;}