ASP.NET Pack Programmer's Guide
Slider Members
Constructors Fields Methods
 


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.

 Public Constructors

  Name Description

Slider

Initializes a new instance of the Slider class.

 Public Fields

  Name Description

Dom

An object, which keeps references to various DOM elements, part of the control's structure

 Public Methods

  Name Description

dispose

Sys.UI.Control.dispose override.

get_autoPostBack

Gets a value indicating whether the control will post back to the server when the value has changed.

get_decimalDigits

Gets the number of digits to display after the floating point.

get_enabled

Gets a value indicating whether the control is enabled.

get_maximum

Gets the maximum possible value.

get_minimum

Gets the minimum possible value.

get_orientation

Gets the orientation of the control.

get_step

Gets the amount with which the value of the control is incremented or decremented interactively.

get_value

Gets the value of the control.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the control for a subsequent postback.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when the value has changed.

set_decimalDigits

Sets the number of digits to display after the floating point.

set_enabled

Sets a value indicating whether the control is enabled.

set_maximum

Sets the maximum possible value.

set_minimum

Sets the minimum possible value.

set_step

Sets the amount with which the value of the control is incremented or decremented interactively.

set_value

Sets the value of the control.

 See Also

Slider Class
MindFusion.UI.WebForms Namespace