ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Slider Namespace / C1SliderExtender Class
Properties Methods Events

In This Topic
    C1SliderExtender Class Members
    In This Topic

    The following tables list the members exposed by C1SliderExtender.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyA value indicates whether to slide handle smoothly when user click outside handle on the bar.  
    Public PropertyA string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyContent Delivery Network path. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA value determines whether the fill may be dragged between the buttons.  
    Public PropertyEnable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA value indicates the maximum value of the slider.  
    Public PropertyA value indicates the minimum value of the slider.  
    Public PropertyRaised when the decrement button or increment button has been clicked.  
    Public PropertyRaised when the mouse is down on the decrement button or decrement button.  
    Public PropertyRaised when the mouse is leave the decrement button or increment button.  
    Public PropertyRaised when the mouse is over the decrement button or increment button.  
    Public PropertyRaised when the mouse is up on the decrement button or increment button.  
    Public PropertyA value indicates whether the slider has the min at the left, the max at the right or the min at the bottom, the max at the top. Possible values: 'horizontal', 'vertical'.  
    Public PropertyIf the option value set to true, the slider will detect if you have two handles and create a styleable range element between these two. Two other possible values are 'min' and 'max'. A min range goes from the slider min to one handle. A max range goes from one handle to the slider max.  
    Public PropertyA value indicates the size or amount of each interval or step the slider takes between min and max. The full specified value range of the slider (max - min) needs to be evenly divisible by the step.  
    Public Property (Inherited from System.Web.UI.ExtenderControl)
    Public PropertyTarget CSS selector that should be used instead of TargetControlID property. You can use TargetSelector property when you need populate extender functionality on several page elements(controls) at once. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyName of the theme that will be used to style widgets. Available embedded themes: aristo / midnight / ui-lightness. Note, only one theme can be used for the whole page at one time. Please, make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyA value that indicates the theme swatch of the extender, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyDetermines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA value indicates the value of the slider, if there's only one handle. If there is more than one handle, determines the value of the first handle.  
    Public PropertyThis option can be used to specify multiple handles. If range is set to true, the length of 'values' should be 2.  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyIndicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodEnables a server control to perform final clean up before it is released from memory. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Method (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodGets the property value by property name. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public MethodOverloaded.  (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodSets the property value by property name. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Method (Inherited from System.Web.UI.Control)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Top
    See Also