Reverse increment decrement button.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true)]
[DefaultValueAttribute(false)]
public bool Reverse { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True)> _
<DefaultValueAttribute(False)> _
Public Property Reverse As Boolean
	Get
	Set

See Also