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
RadControl
The associated control. |
AutoSize
Gets or sets whether the edit control is auto-sized
Declaration
public override bool AutoSize { get; }
Property Value
System.Boolean
|
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.Drawing.Color
|
Overrides
DefaultSize
Gets the default size of the control.
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
The default System.Drawing.Size of the control. |
EndRange
Gets or sets the end of the selected range.
Declaration
public float EndRange { get; set; }
Property Value
System.Single
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.Drawing.Color
|
Overrides
Orientation
Gets or Sets the orientation of the RangeSelector
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
RangeSelectorElement
Gets the range selector element.
Declaration
public RadRangeSelectorElement RangeSelectorElement { get; }
Property Value
RadRangeSelectorElement
The range selector element. |
RangeSelectorViewZoomEnd
Gets or sets the range selector view zoom end.
Declaration
public float RangeSelectorViewZoomEnd { get; set; }
Property Value
System.Single
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.Single
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.Boolean
|
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.Boolean
|
Overrides
StartRange
Gets or sets the start of the selected range.
Declaration
public float StartRange { get; set; }
Property Value
System.Single
The start range. |
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
UpdateMode
Gets or sets how the associated chart will be updated.
Declaration
public UpdateMode UpdateMode { get; set; }
Property Value
UpdateMode
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
RadElement
parent
|
Overrides
CreateRangeSelectorElement()
Declaration
protected virtual RadRangeSelectorElement CreateRangeSelectorElement()
Returns
RadRangeSelectorElement
|
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
InitializeRootElement(RootRadElement)
Declaration
protected override void InitializeRootElement(RootRadElement rootElement)
Parameters
RootRadElement
rootElement
|
Overrides
OnLoad(Size)
Declaration
protected override void OnLoad(Size desiredSize)
Parameters
System.Drawing.Size
desiredSize
|
Overrides
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnScaleInitializing(ScaleInitializingEventArgs)
Declaration
public virtual void OnScaleInitializing(ScaleInitializingEventArgs e)
Parameters
ScaleInitializingEventArgs
e
|
OnSelectionChanged(EventArgs)
Declaration
public virtual void OnSelectionChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnSelectionChanging(RangeSelectorSelectionChangingEventArgs)
Declaration
public virtual void OnSelectionChanging(RangeSelectorSelectionChangingEventArgs e)
Parameters
RangeSelectorSelectionChangingEventArgs
e
|
OnThumbLeftValueChanged(EventArgs)
Declaration
public virtual void OnThumbLeftValueChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnThumbLeftValueChanging(ValueChangingEventArgs)
Declaration
public virtual void OnThumbLeftValueChanging(ValueChangingEventArgs e)
Parameters
ValueChangingEventArgs
e
|
OnThumbRightValueChanged(EventArgs)
Declaration
public virtual void OnThumbRightValueChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnThumbRightValueChanging(ValueChangingEventArgs)
Declaration
public virtual void OnThumbRightValueChanging(ValueChangingEventArgs e)
Parameters
ValueChangingEventArgs
e
|
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
ScaleInitializingEventHandler
|
SelectionChanged
Occurs when the whole selection of the controls is changed.
Declaration
public event EventHandler SelectionChanged
Event Type
System.EventHandler
|
SelectionChanging
Occurs when the whole selection of the controls is about to change.
Declaration
public event RangeSelectorSelectionChangingEventHandler SelectionChanging
Event Type
RangeSelectorSelectionChangingEventHandler
|
ThumbLeftValueChanged
Occurs when the value of left thumb is changed.
Declaration
public event EventHandler ThumbLeftValueChanged
Event Type
System.EventHandler
|
ThumbLeftValueChanging
Occurs when the value of left thumb is changing.
Declaration
public event ValueChangingEventHandler ThumbLeftValueChanging
Event Type
ValueChangingEventHandler
|
ThumbRightValueChanged
Occurs when the value of left thumb is changed.
Declaration
public event EventHandler ThumbRightValueChanged
Event Type
System.EventHandler
|
ThumbRightValueChanging
Occurs when the value of right thumb is changing.
Declaration
public event ValueChangingEventHandler ThumbRightValueChanging
Event Type
ValueChangingEventHandler
|