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





Gets or sets the display text of the control.

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

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

Type: String
A string that specifies the text displayed by this control. Default value is an empty string ("").

 See Also

MaskTextBox Members
MaskTextBox Class
MindFusion.UI.WebForms Namespace