Class
YearTimescale

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
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

YearTimescale()

Initializes a new instance of the YearTimescale class.

Declaration

cs-api-definition
public YearTimescale()

Properties

Name

Gets the Name

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides SchedulerTimescale.Name

ScalingFactor

Gets the scaling factor.

Declaration

cs-api-definition
public override int ScalingFactor { get; }

Property Value

int

Overrides SchedulerTimescale.ScalingFactor

Timescale

Gets the timescale.

Declaration

cs-api-definition
public override Timescales Timescale { get; }

Property Value

Timescales

The timescale.

Overrides SchedulerTimescale.Timescale