ClassTimeRulerSettings
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class TimeRulerSettings : PropertyChangedBase, INotifyPropertyChanged
Inheritance: objectPropertyChangedBaseTimeRulerSettings
Implements:
Inherited Members
Constructors
TimeRulerSettings(TimeRulerLineCollection)
Declaration
cs-api-definition
public TimeRulerSettings(TimeRulerLineCollection timeRulerLines)
Parameters
timeRulerLines
Fields
DefaultShowCurrentHourIndicator
Declaration
cs-api-definition
public const bool DefaultShowCurrentHourIndicator = true
Field Value
Properties
ShowCurrentHourIndicator
Declaration
cs-api-definition
public bool ShowCurrentHourIndicator { get; set; }
Property Value
TimeRulerLines
Declaration
cs-api-definition
public IEnumerable<TimeRulerLine> TimeRulerLines { get; }
Property Value