New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class YearTimescale : SchedulerTimescale, ICloneable, INotifyPropertyChanged

Inheritance: objectSchedulerTimescaleYearTimescale

Implements: ICloneableINotifyPropertyChanged

Inherited Members SchedulerTimescale.displayFormatSchedulerTimescale.scaleSchedulerTimescale.Clone()SchedulerTimescale.OnPropertyChanged(string)SchedulerTimescale.DisplayedCellsCountSchedulerTimescale.VisibleSchedulerTimescale.FormatSchedulerTimescale.PropertyChanged...

Constructors

Initializes a new instance of the YearTimescale class.

C#
public YearTimescale()

Properties

Gets the Name

C#
public override string Name { get; }

Overrides: SchedulerTimescale.Name

Gets the scaling factor.

C#
public override int ScalingFactor { get; }

Overrides: SchedulerTimescale.ScalingFactor

Gets the timescale.

C#
public override Timescales Timescale { get; }
Property Value:

The timescale.

Overrides: SchedulerTimescale.Timescale