Class RulerFormatStrings
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class RulerFormatStrings : INotifyPropertyChanged
Constructors
RulerFormatStrings()
Declaration
public RulerFormatStrings()
RulerFormatStrings(String, String, String, String)
Declaration
public RulerFormatStrings(string hoursFormatString, string minutesFormatString, string sectionHoursFormatString, string sectionMinutesFormatString)
Parameters
|
System.String
hoursFormatString
|
|
System.String
minutesFormatString
|
|
System.String
sectionHoursFormatString
|
|
System.String
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.
Declaration
public string HoursFormatString { get; set; }
Property Value
|
System.String
|
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.
Declaration
public string MinutesFormatString { get; set; }
Property Value
|
System.String
|
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
|
System.String
|
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
|
System.String
|
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
|
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|