Gets the C1SliderButton object that defines the information for decrement button of slider.

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

Syntax

C#
[JsonAttribute(true)]
[C1CategoryAttribute("Category.Style")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public C1SliderButton DecrementButton { get; }
Visual Basic
<JsonAttribute(True)> _
<C1CategoryAttribute("Category.Style")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property DecrementButton As C1SliderButton
	Get

See Also