Class
MonthViewAppointmentTitleFormatter

Represents defaultTitleFormatter in MonthView

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class MonthViewAppointmentTitleFormatter : AppointmentTitleFormatter

Inheritance: objectAppointmentTitleFormatterMonthViewAppointmentTitleFormatter

Inherited Members AppointmentTitleFormatter.GetDefaultTitleFormat(RadScheduler)AppointmentTitleFormatter.SelectTitleFormat(string, SchedulerView, RadScheduler)AppointmentTitleFormatter.GetTitleFormat(string, SchedulerView, RadScheduler)

Constructors

MonthViewAppointmentTitleFormatter()

Declaration

cs-api-definition
public MonthViewAppointmentTitleFormatter()

Methods

GetTitleFormat(AppointmentElement, SchedulerView, RadScheduler)

Declaration

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

Parameters

appointmentElement

AppointmentElement

schedulerView

SchedulerView

scheduler

RadScheduler

Returns

string

Overrides AppointmentTitleFormatter.GetTitleFormat(AppointmentElement, SchedulerView, RadScheduler)