The C1Slider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1Slider |
C1Slider constructor
|
Methods
Name | Description | |
---|---|---|
![]() |
AssignPropertiesState |
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.) |
![]() |
ClearPendingPostbackEvents |
Clear pending postback events.
(Inherited from C1ThemeableControlBase.) |
![]() |
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.) |
![]() |
DoPostBack |
Execute postback.
(Inherited from C1ThemeableControlBase.) |
![]() |
Initialize |
Initialize override
(Overrides ComponentInitialize()()()().) |
![]() |
Invalidate |
Initialize the selected region.
(Overrides C1ThemeableControlBase..::..Invalidate()()()().) |
![]() |
PendingPostbackEvent |
Call this method if you want to raise server event on postback or callback.
(Inherited from C1ThemeableControlBase.) |
![]() |
PendingPostbackPropertyChanged |
Called when property changed.
(Inherited from C1ThemeableControlBase.) |
![]() |
SaveState |
Saves the properties state.
(Inherited from C1ThemeableControlBase.) |
Properties
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
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.) |
![]() |
DecrementButton |
Gets decrement button of C1Slider.
|
![]() |
Enabled |
Gets or sets if slider is Enabled.
(Overrides C1ThemeableControlBase..::..Enabled.) |
![]() |
Height |
Gets or sets the height of the slider.
|
![]() |
IncrementButton |
Gets increment button of C1Slider.
|
![]() |
MaximumValue |
Gets or sets the maximum value of slider.
|
![]() |
MinimumValue |
Gets or sets the minimum value of slider.
|
![]() |
OutermostElement |
Gets the otermost control container element.
(Inherited from C1ThemeableControlBase.) |
![]() |
PropertiesState |
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.) |
![]() |
ShowDecrementButton |
Show or hide the decrement button.
|
![]() |
ShowIncrementButton |
Show or hide the increment button.
|
![]() |
ShowThumbButton |
Show or hide the thumb button.
|
![]() |
Step |
Gets or sets the step with which the slider value will change.
|
![]() |
ThumbButton |
Gets thumb button of C1Slider.
|
![]() |
TrackMarginLeft |
Gets or sets the left track margin. Distance between track and left image.
|
![]() |
TrackMarginRight |
Gets or sets the right track margin. Distance between track and right image.
|
![]() |
UniqueID |
Gets the unique, hierarchically qualified identifier for server control.
(Inherited from C1ThemeableControlBase.) |
![]() |
Value |
Gets or sets the value of slider.
|
![]() |
VisualStyle |
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.) |
![]() |
Width |
Gets or sets the width of the slider.
|
Events
Name | Description | |
---|---|---|
![]() |
BeforeValueChanging |
Fires before the value of slider is changing
|
![]() |
Load |
Fires after the slider loads on the page
|
![]() |
ValueChanged |
Fires when the value of slider has changed
|
![]() |
ValueChanging |
Fires when the value of slider is changing
|