Class
TimelineViewAppointmentTitleFormatter

Represents defaultTitleFormatter in TimelineView

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class TimelineViewAppointmentTitleFormatter : AppointmentTitleFormatter

Inheritance: objectAppointmentTitleFormatterTimelineViewAppointmentTitleFormatter

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

Constructors

TimelineViewAppointmentTitleFormatter()

Declaration

cs-api-definition
public TimelineViewAppointmentTitleFormatter()

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)