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





Gets or sets a value indicating whether the value should auto reverse when going below Minimum or above Maximum.

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

 Syntax

C#  Copy Code

public bool AutoReverse { get; set; }

Visual Basic  Copy Code

Public Property AutoReverse As Boolean

 Property Value

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

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace