ClassRadSlider
RadSlider control.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadSlider : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadSlider
Inherited Members
Constructors
RadSlider()
Initializes a new instance of the RadSlider class.
Declaration
public RadSlider()
RadSlider(Element)
Initializes a new instance of the RadSlider class.
Declaration
public RadSlider(Element element)
Parameters
element
RadSlider wrapper div.
Properties
ClientSideLocator
Gets the client-side code that defines the RadSlider.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CurrentValue
Gets/Sets RadSlider's value.
Height
Gets/Sets the Slider height in pixels.
IsDirectionReversed
Determines or set whether the Slider direction is reversed.
IsSelectionRangeEnabled
Determines or set whether the slider range selection is enabled.
LargeChange
Gets/Sets the large change step of the Slider.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadSlider.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
MaximumValue
Gets/Sets the maximum value of the Slider.
MinimumValue
Gets/Sets the minimum value of the Slider.
Orientation
Gets/Sets the Slider orientation.
Declaration
public SliderOrientation Orientation { get; set; }
Property Value
SelectedRegionHeight
Gets RadSlider's Selected Region Height in pixels.
SelectedRegionWidth
Get RadSlider's Selected Region Width in pixels.
SelectionEnd
Gets/Sets RadSlider's selection end value.
SelectionStart
Gets/Sets RadSlider's selection start value.
SliderId
Gets the ID of the slider.
SmallChange
Gets/Sets the small change step of the Slider.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ChangeSelectedRegion(decimal, decimal)
Initiates selected region change of the start/end values.
ChangeValue(decimal)
Initiates change Slider value action.
Declaration
public void ChangeValue(decimal value)
Parameters
value
The new value to be set.
ControlAssert()
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.