SchedulerTimescale
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SchedulerTimescale : ICloneable, INotifyPropertyChanged
Inheritance: objectSchedulerTimescale
Derived Classes:
Implements:
Constructors
C#
public SchedulerTimescale()
Fields
C#
protected string displayFormat
C#
protected Timescales scale
Properties
Gets or sets the displayed cells count.
C#
public virtual int DisplayedCellsCount { get; set; }
The displayed cells count.
Gets the scaling factor.
C#
public virtual int ScalingFactor { get; }
Gets the timescale.
C#
public virtual Timescales Timescale { get; }
The timescale.
Methods
Creates a new object that is a copy of the current instance.
Called when a property is changed.
C#
protected virtual void OnPropertyChanged(string propertyName)
Name of the property.
Events
Occurs when a property is changed.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: