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





Gets the display text of the control.

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

 Syntax

C#  Copy Code

public string Text { get; }

Visual Basic  Copy Code

Public ReadOnly Property Text As String

 Property Value

Type: String
A string that specifies the display text of the control.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace