Class that represents the appearance and behaviors information of slider buttons.

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

Syntax

C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class C1SliderButton : C1BaseStateManager
Visual Basic
<SerializableAttribute> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class C1SliderButton _
	Inherits C1BaseStateManager

Inheritance Hierarchy

System..::..Object
  C1BaseStateManager
    C1.Web.UI.Controls.C1Slider..::..C1SliderButton

See Also