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





Gets or sets the text to be displayed when the control's value is not set.

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

 Syntax

C#  Copy Code

public string EmptyText { get; set; }

Visual Basic  Copy Code

Public Property EmptyText As String

 Property Value

Type: String
A string that specifies the text to be displayed when the control's selected item is not set. The default value is an empty string ("").

 See Also

MaskTextBox Members
MaskTextBox Class
MindFusion.UI.WebForms Namespace