Class SchedulerTimescale
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerTimescale : ICloneable, INotifyPropertyChanged
Constructors
SchedulerTimescale()
Declaration
public SchedulerTimescale()
Fields
displayFormat
Declaration
protected string displayFormat
Field Value
System.String
|
scale
Properties
DisplayedCellsCount
Gets or sets the displayed cells count.
Declaration
public virtual int DisplayedCellsCount { get; set; }
Property Value
System.Int32
The displayed cells count. |
Format
Gets or sets the format string.
Declaration
public virtual string Format { get; set; }
Property Value
System.String
|
Name
Gets the Name
Declaration
public virtual string Name { get; }
Property Value
System.String
|
ScalingFactor
Gets the scaling factor.
Declaration
public virtual int ScalingFactor { get; }
Property Value
System.Int32
|
Timescale
Gets the timescale.
Declaration
public virtual Timescales Timescale { get; }
Property Value
Timescales
The timescale. |
Visible
Gets or sets whether the TimeScale is visible.
Declaration
public virtual bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
System.Object
A new object that is a copy of this instance. |
Implements
OnPropertyChanged(String)
Called when a property is changed.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|