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 SchedulerTimescale : ICloneable, INotifyPropertyChanged

Inheritance: objectSchedulerTimescale

Derived Classes: DaytimeScaleHourTimescaleMinutesTimescaleMonthTimescaleWeekTimescaleYearTimescale...

Implements: ICloneableINotifyPropertyChanged

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; }
Property Value:

The displayed cells count.

Gets or sets the format string.

C#
public virtual string Format { get; set; }

Gets the Name

C#
public virtual string Name { get; }

Gets the scaling factor.

C#
public virtual int ScalingFactor { get; }

Gets the timescale.

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

The timescale.

Gets or sets whether the TimeScale is visible.

C#
public virtual bool Visible { get; set; }

Methods

Creates a new object that is a copy of the current instance.

C#
public object Clone()
Returns:

object

A new object that is a copy of this instance.

Implements: ICloneable.Clone()

Called when a property is changed.

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Name of the property.

Events

Occurs when a property is changed.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged