Gets or sets the number system that the control uses. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public NumberBase Base { get; set; } |
Visual Basic
![]() |
---|
Public Property Base As NumberBase |
Type: NumberBase
One 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.