ClassSchedulerTimescale
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class SchedulerTimescale : ICloneable, INotifyPropertyChanged
Inheritance: objectSchedulerTimescale
Derived Classes:
Implements:
Constructors
SchedulerTimescale()
Declaration
cs-api-definition
public SchedulerTimescale()
Fields
Properties
DisplayedCellsCount
Gets or sets the displayed cells count.
Declaration
cs-api-definition
public virtual int DisplayedCellsCount { get; set; }
Property Value
The displayed cells count.
Format
Gets or sets the format string.
Name
Gets the Name
ScalingFactor
Gets the scaling factor.
Timescale
Gets the timescale.
Declaration
cs-api-definition
public virtual Timescales Timescale { get; }
Property Value
The timescale.
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
cs-api-definition
public object Clone()
Returns
A new object that is a copy of this instance.
Implements
OnPropertyChanged(string)
Called when a property is changed.
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property.
Events
PropertyChanged
Occurs when a property is changed.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements