Class MonthViewAppointmentTitleFormatter
Represents defaultTitleFormatter in MonthView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class MonthViewAppointmentTitleFormatter : AppointmentTitleFormatter
Constructors
MonthViewAppointmentTitleFormatter()
Declaration
public MonthViewAppointmentTitleFormatter()
Methods
GetTitleFormat(AppointmentElement, SchedulerView, RadScheduler)
Declaration
public override string GetTitleFormat(AppointmentElement appointmentElement, SchedulerView schedulerView, RadScheduler scheduler)
Parameters
AppointmentElement
appointmentElement
|
SchedulerView
schedulerView
|
RadScheduler
scheduler
|
Returns
System.String
|