Version

NumericDataMode Enumeration

Type of object that is used to get and set the Value property by WebNumericEdit control.
Syntax
'Declaration
 
Public Enum NumericDataMode 
   Inherits System.Enum
public enum NumericDataMode : System.Enum 
Members
MemberDescription
ByteThe byte is used.
DecimalThe decimal is used.
DoubleThe ValueDouble property is used.
FloatThe float is used.
IntThe int is used.
LongThe long is used.
SbyteThe sbyte is used.
ShortThe short is used.
TextThe Text property is used.
UintThe uint is used.
UlongThe ulong is used.
UshortThe ushort is used.
Requirements

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