RulerFormatStrings
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class RulerFormatStrings : INotifyPropertyChanged
Inheritance: objectRulerFormatStrings
Implements:
Constructors
C#
public RulerFormatStrings()
Properties
Gets or sets the format string for hour part of the ruler main sections. If set to null or empty no text will be displayed.
C#
public string HoursFormatString { get; set; }
Gets or sets the format string for minutes part of the ruler main sections. If set to null or empty no text will be displayed.
C#
public string MinutesFormatString { get; set; }
Gets or sets the format string for hour part of the ruler main sub-sections. If set to null or empty no text will be displayed.
C#
public string SectionHoursFormatString { get; set; }
Gets or sets the format string for hour part of the ruler main sub-sections. If set to null or empty no text will be displayed.
C#
public string SectionMinutesFormatString { get; set; }
Methods
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: