ClassRulerFormatStrings
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class RulerFormatStrings : INotifyPropertyChanged
Inheritance: objectRulerFormatStrings
Implements:
Constructors
RulerFormatStrings()
Declaration
public RulerFormatStrings()
RulerFormatStrings(string, string, string, string)
Declaration
public RulerFormatStrings(string hoursFormatString, string minutesFormatString, string sectionHoursFormatString, string sectionMinutesFormatString)
Parameters
hoursFormatString
minutesFormatString
sectionHoursFormatString
sectionMinutesFormatString
Properties
HoursFormatString
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.
MinutesFormatString
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.
SectionHoursFormatString
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.
Declaration
public string SectionHoursFormatString { get; set; }
Property Value
SectionMinutesFormatString
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.
Declaration
public string SectionMinutesFormatString { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements