MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.DecimalDigits Property

See Also
 





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

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

 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