Intersoft ClientUI Documentation
Value Property (UXNumericUpDown)



Gets or sets the value.
Syntax
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Overrides Property Value As Nullable(Of Decimal)
Dim instance As UXNumericUpDown
Dim value As Nullable(Of Decimal)
 
instance.Value = value
 
value = instance.Value
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public override Nullable<decimal> Value {get; set;}
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property Nullable<decimal> Value {
   Nullable<decimal> get() override;
   void set (    Nullable<decimal> value) override;
}
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

Send Feedback