Represents a range slider, which can be used to specify a numeric value constrained between a minimum and maximum.
The following tables list the members exposed by the Slider type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Slider class. |
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various DOM elements, part of the control's structure |
Name | Description | |
---|---|---|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Gets a value indicating whether the control will post back to the server when the value has changed. |
|
![]() |
Gets the number of digits to display after the floating point. |
|
![]() |
Gets a value indicating whether the control is enabled. |
|
![]() |
Gets the maximum possible value. |
|
![]() |
Gets the minimum possible value. |
|
![]() |
Gets the orientation of the control. |
|
![]() |
Gets the amount with which the value of the control is incremented or decremented interactively. |
|
![]() |
Gets the value of the control. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the control for a subsequent postback. |
|
![]() |
Sets a value indicating whether the control should post back to the server when the value has changed. |
|
![]() |
Sets the number of digits to display after the floating point. |
|
![]() |
Sets a value indicating whether the control is enabled. |
|
![]() |
Sets the maximum possible value. |
|
![]() |
Sets the minimum possible value. |
|
![]() |
Sets the amount with which the value of the control is incremented or decremented interactively. |
|
![]() |
Sets the value of the control. |