New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class RulerFormatStrings : INotifyPropertyChanged

Inheritance: objectRulerFormatStrings

Implements: INotifyPropertyChanged

Constructors

C#
public RulerFormatStrings()
C#
public RulerFormatStrings(string hoursFormatString, string minutesFormatString, string sectionHoursFormatString, string sectionMinutesFormatString)
Parameters:hoursFormatStringstringminutesFormatStringstringsectionHoursFormatStringstringsectionMinutesFormatStringstring

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

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged