Class RadRangeSelector
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadRangeSelector : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, ISupportInitialize
Constructors
RadRangeSelector()
Declaration
public RadRangeSelector()
Properties
AssociatedControl
Gets or sets the associated control.
Declaration
public RadControl AssociatedControl { get; set; }
Property Value
Rad The associated control. |
AutoSize
Gets or sets whether the edit control is auto-sized
Declaration
public override bool AutoSize { get; }
Property Value
System.
|
Overrides
BackColor
RadRangeSelector consists of multiple visual elements and separate settings are provided to customize their appearance. Current BackColor property might be ignored.
Declaration
public override Color BackColor { get; set; }
Property Value
System.
|
Overrides
DefaultSize
Gets the default size of the control.
Declaration
protected override Size DefaultSize { get; }
Property Value
System. The default System. |
EndRange
Gets or sets the end of the selected range.
Declaration
public float EndRange { get; set; }
Property Value
System. The end range. |
ForeColor
RadRangeSelector consists of multiple visual elements and separate settings are provided to customize their appearance. Current ForeColor property might be ignored.
Declaration
public override Color ForeColor { get; set; }
Property Value
System.
|
Overrides
Orientation
Gets or Sets the orientation of the RangeSelector
Declaration
public Orientation Orientation { get; set; }
Property Value
System.
|
RangeSelectorElement
Gets the range selector element.
Declaration
public RadRangeSelectorElement RangeSelectorElement { get; }
Property Value
Rad The range selector element. |
RangeSelectorViewZoomEnd
Gets or sets the range selector view zoom end.
Declaration
public float RangeSelectorViewZoomEnd { get; set; }
Property Value
System. The range selector view zoom end. |
RangeSelectorViewZoomStart
Gets or sets the range selector view zoom start.
Declaration
public float RangeSelectorViewZoomStart { get; set; }
Property Value
System. The range selector view zoom start. |
ShowButtons
Gets or Sets whether the RangeSelector's handles should be drawn
Declaration
public bool ShowButtons { get; set; }
Property Value
System.
|
ShowItemToolTips
Gets or sets a value indicating whether ToolTips are shown for the RadItem objects contained in the RadControl.
Declaration
public override bool ShowItemToolTips { get; set; }
Property Value
System.
|
Overrides
StartRange
Gets or sets the start of the selected range.
Declaration
public float StartRange { get; set; }
Property Value
System. The start range. |
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.
|
Overrides
UpdateMode
Gets or sets how the associated chart will be updated.
Declaration
public UpdateMode UpdateMode { get; set; }
Property Value
Update Immediate, the chart will be updated while moving the thumb or the tracking element. Deferred, the chart will be updated upon releasing the thumb or the tracking element. |
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
Rad
|
Overrides
CreateRangeSelectorElement()
Declaration
protected virtual RadRangeSelectorElement CreateRangeSelectorElement()
Returns
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
InitializeRootElement(RootRadElement)
Declaration
protected override void InitializeRootElement(RootRadElement rootElement)
Parameters
Root
|
Overrides
OnLoad(Size)
Declaration
protected override void OnLoad(Size desiredSize)
Parameters
System.
|
Overrides
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
System.
|
Overrides
OnScaleInitializing(ScaleInitializingEventArgs)
Declaration
public virtual void OnScaleInitializing(ScaleInitializingEventArgs e)
Parameters
OnSelectionChanged(EventArgs)
Declaration
public virtual void OnSelectionChanged(EventArgs e)
Parameters
System.
|
OnSelectionChanging(RangeSelectorSelectionChangingEventArgs)
Declaration
public virtual void OnSelectionChanging(RangeSelectorSelectionChangingEventArgs e)
Parameters
OnThumbLeftValueChanged(EventArgs)
Declaration
public virtual void OnThumbLeftValueChanged(EventArgs e)
Parameters
System.
|
OnThumbLeftValueChanging(ValueChangingEventArgs)
Declaration
public virtual void OnThumbLeftValueChanging(ValueChangingEventArgs e)
Parameters
OnThumbRightValueChanged(EventArgs)
Declaration
public virtual void OnThumbRightValueChanged(EventArgs e)
Parameters
System.
|
OnThumbRightValueChanging(ValueChangingEventArgs)
Declaration
public virtual void OnThumbRightValueChanging(ValueChangingEventArgs e)
Parameters
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()
Events
ScaleInitializing
Occurs when scale of the controls is Initializing.
Declaration
public event ScaleInitializingEventHandler ScaleInitializing
Event Type
SelectionChanged
Occurs when the whole selection of the controls is changed.
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|
SelectionChanging
Occurs when the whole selection of the controls is about to change.
Declaration
public event RangeSelectorSelectionChangingEventHandler SelectionChanging
Event Type
ThumbLeftValueChanged
Occurs when the value of left thumb is changed.
Declaration
public event EventHandler ThumbLeftValueChanged
Event Type
System.
|
ThumbLeftValueChanging
Occurs when the value of left thumb is changing.
Declaration
public event ValueChangingEventHandler ThumbLeftValueChanging
Event Type
ThumbRightValueChanged
Occurs when the value of left thumb is changed.
Declaration
public event EventHandler ThumbRightValueChanged
Event Type
System.
|
ThumbRightValueChanging
Occurs when the value of right thumb is changing.
Declaration
public event ValueChangingEventHandler ThumbRightValueChanging