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





Gets or sets the value of the control.

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

 Syntax

C#  Copy Code

public string Value { get; set; }

Visual Basic  Copy Code

Public Property Value As String

 Property Value

Type: String
An string that specifies the value of the control. The default value is an empty string ("").

 See Also

MaskTextBox Members
MaskTextBox Class
MindFusion.UI.WebForms Namespace