Class
SchedulerTimescale

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerTimescale : ICloneable, INotifyPropertyChanged

Inheritance: objectSchedulerTimescale

Derived Classes: DaytimeScaleHourTimescaleMinutesTimescaleMonthTimescaleWeekTimescaleYearTimescale

Implements: ICloneableINotifyPropertyChanged

Constructors

SchedulerTimescale()

Declaration

cs-api-definition
public SchedulerTimescale()

Fields

displayFormat

Declaration

cs-api-definition
protected string displayFormat

Field Value

string

scale

Declaration

cs-api-definition
protected Timescales scale

Field Value

Timescales

Properties

DisplayedCellsCount

Gets or sets the displayed cells count.

Declaration

cs-api-definition
public virtual int DisplayedCellsCount { get; set; }

Property Value

int

The displayed cells count.

Format

Gets or sets the format string.

Declaration

cs-api-definition
public virtual string Format { get; set; }

Property Value

string

Name

Gets the Name

Declaration

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

Property Value

string

ScalingFactor

Gets the scaling factor.

Declaration

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

Property Value

int

Timescale

Gets the timescale.

Declaration

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

Property Value

Timescales

The timescale.

Visible

Gets or sets whether the TimeScale is visible.

Declaration

cs-api-definition
public virtual bool Visible { get; set; }

Property Value

bool

Methods

Clone()

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

Declaration

cs-api-definition
public object Clone()

Returns

object

A new object that is a copy of this instance.

Implements ICloneable.Clone()

OnPropertyChanged(string)

Called when a property is changed.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property.

Events

PropertyChanged

Occurs when a property is changed.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged