ASP.NET Pack Programmer's Guide
NumericUpDown.Base Property
See Also
 





Gets or sets the number system that the control uses.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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 NumericDisplayType is set to Number.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace