Gets or sets the value2 of slider.

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

Syntax

C#
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the value2 of slider.")]
[JsonAttribute(true)]
[C1CategoryAttribute("Category.Data")]
public int Value2 { get; set; }
Visual Basic
<DefaultValueAttribute()> _
<DescriptionAttribute("Gets or sets the value2 of slider.")> _
<JsonAttribute(True)> _
<C1CategoryAttribute("Category.Data")> _
Public Property Value2 As Integer
	Get
	Set

See Also