Class
DayViewAppointmentTitleFormatter

Represents defaultTitleFormatter in DayView

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class DayViewAppointmentTitleFormatter : AppointmentTitleFormatter

Inheritance: objectAppointmentTitleFormatterDayViewAppointmentTitleFormatter

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

Constructors

DayViewAppointmentTitleFormatter()

Declaration

cs-api-definition
public DayViewAppointmentTitleFormatter()

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)