Class TimeRulerNode
The model of each time ruler text item that in visualized in RadScheduler's MultidayViewDefinitionBase.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TimeRulerNode : SchedulerNode, INotifyPropertyChanged
Constructors
TimeRulerNode()
Declaration
public TimeRulerNode()
Properties
Text
Gets or sets the text that is visualized in the time ruler labels.
Declaration
public string Text { get; }
Property Value
System.String
|