Gets or sets the number system that the control uses.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public NumberBase Base { get; set; }
Public Property Base As NumberBase
Type: NumberBaseOne of the NumberBase Enumeration values that specifies numeric base of the displayed value. Default value is NumberBase.Base10.
This value has effect only if DisplayType is set to Number.
NumericUpDown MembersNumericUpDown ClassMindFusion.UI.Web Namespace