Class RadSlider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadSlider : HtmlContainerControl
Constructors
RadSlider()
Declaration
public RadSlider()
RadSlider(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
CurrentValue
Declaration
public decimal CurrentValue { get; set; }
Property Value
System.Decimal
|
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.Boolean
|
IsSelectionRangeEnabled
Declaration
public bool IsSelectionRangeEnabled { get; set; }
Property Value
System.Boolean
|
LargeChange
Declaration
public decimal LargeChange { get; set; }
Property Value
System.Decimal
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
MaximumValue
Declaration
public decimal MaximumValue { get; set; }
Property Value
System.Decimal
|
MinimumValue
Declaration
public decimal MinimumValue { get; set; }
Property Value
System.Decimal
|
Orientation
SelectedRegionHeight
Declaration
public int SelectedRegionHeight { get; }
Property Value
System.Int32
|
SelectedRegionWidth
Declaration
public int SelectedRegionWidth { get; }
Property Value
System.Int32
|
SelectionEnd
Declaration
public decimal SelectionEnd { get; set; }
Property Value
System.Decimal
|
SelectionStart
Declaration
public decimal SelectionStart { get; set; }
Property Value
System.Decimal
|
SliderId
Declaration
public string SliderId { get; }
Property Value
System.String
|
SmallChange
Declaration
public decimal SmallChange { get; set; }
Property Value
System.Decimal
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
ChangeSelectedRegion(Decimal, Decimal)
Declaration
public void ChangeSelectedRegion(decimal start, decimal end)
Parameters
System.Decimal
start
|
System.Decimal
end
|
ChangeValue(Decimal)
Declaration
public void ChangeValue(decimal value)
Parameters
System.Decimal
value
|