Class
RulerFormatStrings

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class RulerFormatStrings : INotifyPropertyChanged

Inheritance: objectRulerFormatStrings

Implements: INotifyPropertyChanged

Constructors

RulerFormatStrings()

Declaration

cs-api-definition
public RulerFormatStrings()

RulerFormatStrings(string, string, string, string)

Declaration

cs-api-definition
public RulerFormatStrings(string hoursFormatString, string minutesFormatString, string sectionHoursFormatString, string sectionMinutesFormatString)

Parameters

hoursFormatString

string

minutesFormatString

string

sectionHoursFormatString

string

sectionMinutesFormatString

string

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

cs-api-definition
public string HoursFormatString { get; set; }

Property Value

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

cs-api-definition
public string MinutesFormatString { get; set; }

Property Value

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

cs-api-definition
public string SectionHoursFormatString { get; set; }

Property Value

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

cs-api-definition
public string SectionMinutesFormatString { get; set; }

Property Value

string

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged