MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.Base Property

See Also
 





Gets or sets the number system that the control uses.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public NumberBase Base { get; set; }

Visual Basic  Copy Code

Public Property Base As NumberBase

 Property Value

Type: NumberBase
One of the NumberBase Enumeration values that specifies numeric base of the displayed value. Default value is NumberBase.Base10.

 Remarks

This value has effect only if DisplayType is set to Number.

 See Also