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





Gets or sets a value indicating whether the control will display the group separator.

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

 Syntax

C#  Copy Code

public bool ShowThousands { get; set; }

Visual Basic  Copy Code

Public Property ShowThousands As Boolean

 Property Value

Type: Boolean
true if the group separator is displayed, otherwise false. Default value is true.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace