WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Input Assembly
/
C1.WinUI.Input Namespace
/
C1NumericBox Class
/ Value Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Value Property (C1NumericBox)
In This Topic
Gets or sets the numeric value in the
C1NumericBox
.
Syntax
C#
public
double
Value {
get
;
set
;}
Remarks
Null values are represented by the
Value
property as
double.NaN
. See also the
AllowNull
property.
See Also
Reference
C1NumericBox Class
C1NumericBox Members