Class that represents the appearance and behaviors information of slider buttons.
Namespace:
C1.Web.UI.Controls.C1SliderAssembly: 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 |