MinutesTimescale
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class MinutesTimescale : SchedulerTimescale, ICloneable, INotifyPropertyChanged
Inheritance: objectSchedulerTimescaleMinutesTimescale
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the MinutesTimescale class.
C#
public MinutesTimescale()
Properties
Gets or sets the minutes.
C#
public MinutesRange Minutes { get; set; }
The minutes.
Gets the scaling factor.
C#
public override int ScalingFactor { get; }
Overrides: