ASP.NET Pack Programmer's Guide
NumericUpDown.AutoConstrain Property
See Also
 





Gets or sets a value indicating whether the value should be automatically constrained to Minimum or Maximum.

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

 Syntax

C#  Copy Code

public bool AutoConstrain { get; set; }

Visual Basic  Copy Code

Public Property AutoConstrain As Boolean

 Property Value

Type: Boolean
true if the value should be automatically constrained, otherwise false. Default value is false.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace