Intersoft ClientUI Documentation
Increment Property (UXNumericUpDown)



Gets or sets a value added or subtracted from the value property.
Syntax
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property Increment As Decimal
Dim instance As UXNumericUpDown
Dim value As Decimal
 
instance.Increment = value
 
value = instance.Increment
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public decimal Increment {get; set;}
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property decimal Increment {
   decimal get();
   void set (    decimal value);
}
Remarks

By default, the increment for this control is set to 1, you can change this value by setting the Increment property.

Requirements

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

See Also

Reference

UXNumericUpDown Class
UXNumericUpDown Members

Concepts

UXNumericUpDown

Send Feedback