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





Gets or sets the number of digits to display after the floating point.

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

 Syntax

C#  Copy Code

public int DecimalDigits { get; set; }

Visual Basic  Copy Code

Public Property DecimalDigits As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure. Default value is 2.

 Remarks

This value is limited between the range of 0 and 15.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace