MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.AllowEmptyInput Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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