Version

ValueObject Property (UltraCurrencyEditor)

Gets/sets the control's value as a System.Object. Available only at runtime.
Syntax
'Declaration
 
Public Property ValueObject As Object
public object ValueObject {get; set;}
Remarks

The ValueObject property is bindable; it is provided so that the control can be bound to data fields that are nullable. Unless explicitly set to null (Nothing in VB), it returns the value of the control's Value property.

If set to a value that is not null (Nothing in VB) and cannot be converted to a decimal, an exception is thrown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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