The C1Slider type exposes the following members.

Constructors

  Name Description
Public method C1Slider
C1Slider constructor

Methods

  Name Description
Public method AssignPropertiesState
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.)
Public method ClearPendingPostbackEvents
Clear pending postback events.
(Inherited from C1ThemeableControlBase.)
Public method CreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.)
Public method DoPostBack
Execute postback.
(Inherited from C1ThemeableControlBase.)
Public method Initialize
Initialize override
(Overrides ComponentInitialize()()()().)
Public method Invalidate
Initialize the selected region.
(Overrides C1ThemeableControlBase..::..Invalidate()()()().)
Public method PendingPostbackEvent
Call this method if you want to raise server event on postback or callback.
(Inherited from C1ThemeableControlBase.)
Public method PendingPostbackPropertyChanged
Called when property changed.
(Inherited from C1ThemeableControlBase.)
Public method SaveState
Saves the properties state.
(Inherited from C1ThemeableControlBase.)

Properties

  Name Description
Public property AutoPostBack
Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
Public property ClientObjectID
Gets the client side object ID. This id can be used as alternative to $find(id) method when instance of control class created dynamically without registering within ASP .NET AJAX framework. Usage example: var controlObj = window[control.get_clientObjectID());
(Inherited from C1ThemeableControlBase.)
Public property DecrementButton
Gets decrement button of C1Slider.
Public property Enabled
Gets or sets if slider is Enabled.
(Overrides C1ThemeableControlBase..::..Enabled.)
Public property Height
Gets or sets the height of the slider.
Public property IncrementButton
Gets increment button of C1Slider.
Public property MaximumValue
Gets or sets the maximum value of slider.
Public property MinimumValue
Gets or sets the minimum value of slider.
Public property OutermostElement
Gets the otermost control container element.
(Inherited from C1ThemeableControlBase.)
Public property PropertiesState
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.)
Public property ShowDecrementButton
Show or hide the decrement button.
Public property ShowIncrementButton
Show or hide the increment button.
Public property ShowThumbButton
Show or hide the thumb button.
Public property Step
Gets or sets the step with which the slider value will change.
Public property ThumbButton
Gets thumb button of C1Slider.
Public property TrackMarginLeft
Gets or sets the left track margin. Distance between track and left image.
Public property TrackMarginRight
Gets or sets the right track margin. Distance between track and right image.
Public property UniqueID
Gets the unique, hierarchically qualified identifier for server control.
(Inherited from C1ThemeableControlBase.)
Public property Value
Gets or sets the value of slider.
Public property VisualStyle
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.)
Public property Width
Gets or sets the width of the slider.

Events

  Name Description
Public event BeforeValueChanging
Fires before the value of slider is changing
Public event Load
Fires after the slider loads on the page
Public event ValueChanged
Fires when the value of slider has changed
Public event ValueChanging
Fires when the value of slider is changing

See Also