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