Class
TimeRulerSettings

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class TimeRulerSettings : PropertyChangedBase, INotifyPropertyChanged

Inheritance: objectPropertyChangedBaseTimeRulerSettings

Implements: INotifyPropertyChanged

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Constructors

TimeRulerSettings(TimeRulerLineCollection)

Declaration

cs-api-definition
public TimeRulerSettings(TimeRulerLineCollection timeRulerLines)

Parameters

timeRulerLines

TimeRulerLineCollection

Fields

DefaultShowCurrentHourIndicator

Declaration

cs-api-definition
public const bool DefaultShowCurrentHourIndicator = true

Field Value

bool

Properties

ShowCurrentHourIndicator

Declaration

cs-api-definition
public bool ShowCurrentHourIndicator { get; set; }

Property Value

bool

TimeRulerLines

Declaration

cs-api-definition
public IEnumerable<TimeRulerLine> TimeRulerLines { get; }

Property Value

IEnumerable<TimeRulerLine>