Class
AppointmentTitleFormatter

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentTitleFormatter

Inheritance: objectAppointmentTitleFormatter

Derived Classes: DayViewAppointmentTitleFormatterMonthViewAppointmentTitleFormatterTimelineViewAppointmentTitleFormatter

Constructors

AppointmentTitleFormatter()

Declaration

cs-api-definition
public AppointmentTitleFormatter()

Methods

GetDefaultTitleFormat(RadScheduler)

Declaration

cs-api-definition
public string GetDefaultTitleFormat(RadScheduler scheduler)

Parameters

scheduler

RadScheduler

Returns

string

GetTitleFormat(AppointmentElement, SchedulerView, RadScheduler)

Declaration

cs-api-definition
public virtual string GetTitleFormat(AppointmentElement appointmentElement, SchedulerView schedulerView, RadScheduler scheduler)

Parameters

appointmentElement

AppointmentElement

schedulerView

SchedulerView

scheduler

RadScheduler

Returns

string

GetTitleFormat(string, SchedulerView, RadScheduler)

Declaration

cs-api-definition
public string GetTitleFormat(string elementTitleFormat, SchedulerView schedulerView, RadScheduler scheduler)

Parameters

elementTitleFormat

string

schedulerView

SchedulerView

scheduler

RadScheduler

Returns

string

SelectTitleFormat(string, SchedulerView, RadScheduler)

Declaration

cs-api-definition
public string SelectTitleFormat(string elementTitleFormat, SchedulerView schedulerView, RadScheduler scheduler)

Parameters

elementTitleFormat

string

schedulerView

SchedulerView

scheduler

RadScheduler

Returns

string