Intersoft ClientUI Documentation
Value Property (UXCurrencyEditor)



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 UXCurrencyEditor
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;
}
Remarks
The UXCurrencyEditor accepts nullable decimal object.
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

UXCurrencyEditor Class
UXCurrencyEditor Members

Send Feedback