MindFusion.UI for WebForms 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.Web
Assembly: MindFusion.UI.Web

 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