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





Gets or sets a value, indicating whether empty input will be considered valid.

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

 Syntax

C#  Copy Code

public bool AllowEmptyInput { get; set; }

Visual Basic  Copy Code

Public Property AllowEmptyInput As Boolean

 Property Value

Type: Boolean
true if empty input is considered valid, otherwise false. Default value is true.

 See Also

MaskTextBox Members
MaskTextBox Class
MindFusion.UI.WebForms Namespace