Wimark.Controls Class Library  

NumericUpDownEditor.NumericValue Property

Gets or sets the value assigned to the up-down editor.

[Visual Basic]
Public Property NumericValue As Decimal 
[C#]
public decimal NumericValue {get; set;}
[C++]
public: __property Decimal get_NumericValue();
public: __property void set_NumericValue(Decimal);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

NumericUpDownEditor Class | NumericUpDownEditor Members | Wimark.Controls.Editors Namespace