Click or drag to resize

NumericInputMode Enumeration

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public enum NumericInputMode
Members
  Member nameValueDescription
Disabled0 Default, if no input type required.
String1 Numeric string input type.
Decimal2 Decimal input type.
See Also