ClassTrackBarRange
Class
Represents a core range object that contains the start and end.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TrackBarRange : INotifyPropertyChanged, ICloneable, IComponent, IDisposable
Inheritance: objectTrackBarRange
Implements:
Constructors
TrackBarRange()
Declaration
cs-api-definition
public TrackBarRange()
Properties
End
Gets or Sets the end of the range.
IsSelected
Gets whether the range contains selected thumb"
Declaration
cs-api-definition
[Browsable(false)]
public bool IsSelected { get; }
Property Value
Owner
Gets the Owner Collection
Declaration
cs-api-definition
[Browsable(false)]
public TrackBarRangeCollection Owner { get; }
Property Value
Site
Declaration
cs-api-definition
[Browsable(false)]
public ISite Site { get; set; }
Property Value
Implements
Start
Gets or Sets the start of the range.
Tag
Gets or Sets the Tag.
Declaration
cs-api-definition
[Browsable(false)]
public object Tag { get; set; }
Property Value
Text
Gets or Sets the Name.
ToolTipText
Gets or Sets the ToolTipText
Methods
Clone()
Creates a new object that is a copy of the current instance.
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnNotifyPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
Events
Disposed
Declaration
cs-api-definition
public event EventHandler Disposed
Event Value
Implements
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements