Class AgendaItemStyleSelector
Selection of a style based on custom selection logic.
Inheritance
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AgendaItemStyleSelector : Object
Constructors
AgendaItemStyleSelector()
Declaration
public AgendaItemStyleSelector()
Methods
SelectAppointmentItemStyle(AgendaAppointmentItem)
Override this method to return a specific style for the appointment item in the AgendaView.
Declaration
public virtual AgendaAppointmentItemStyle SelectAppointmentItemStyle(AgendaAppointmentItem item)
Parameters
AgendaAppointmentItem
item
The data content. |
Returns
AgendaAppointmentItemStyle
A specific style to apply, or null. |
SelectDayItemStyle(AgendaDayItem)
Override this method to return a specific style for the day item in the AgendaView.
Declaration
public virtual AgendaTextItemStyle SelectDayItemStyle(AgendaDayItem item)
Parameters
AgendaDayItem
item
The data content. |
Returns
AgendaTextItemStyle
A specific style to apply, or null. |
SelectMonthItemStyle(AgendaMonthItem)
Override this method to return a specific style for the month item in the AgendaView.
Declaration
public virtual AgendaTextItemStyle SelectMonthItemStyle(AgendaMonthItem item)
Parameters
AgendaMonthItem
item
The data content. |
Returns
AgendaTextItemStyle
A specific style to apply, or null. |
SelectWeekItemStyle(AgendaWeekItem)
Override this method to return a specific style for the wekk item in the AgendaView.
Declaration
public virtual AgendaTextItemStyle SelectWeekItemStyle(AgendaWeekItem item)
Parameters
AgendaWeekItem
item
The data content. |
Returns
AgendaTextItemStyle
A specific style to apply, or null. |