GrapeCity.Win.MultiRow Namespace > ProgressBarCell Class : Minimum Property |
<DefaultValueAttribute()> <SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Indicates the lower range boundary the ProgressBarCell is working with.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property Minimum As Integer
Dim instance As ProgressBarCell Dim value As Integer instance.Minimum = value value = instance.Minimum
[DefaultValue()] [SRCategory("Behavior")] [SRDescription("Indicates the lower range boundary the ProgressBarCell is working with.")] [RefreshProperties(RefreshProperties.Repaint)] public int Minimum {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The specified value is less than 0. -or- The specified value is greater than the Maximum value. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2