Class SpecialSlotStyleSelector
Inheritance
System.Object
SpecialSlotStyleSelector
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public abstract class SpecialSlotStyleSelector : Object
Constructors
SpecialSlotStyleSelector()
Declaration
protected SpecialSlotStyleSelector()
Methods
SelectStyle(Object)
Override this method to return a specific CalendarCellStyle.
Declaration
public virtual CalendarSpecialSlotStyle SelectStyle(object item)
Parameters
System.Object
item
|
Returns
CalendarSpecialSlotStyle
An app-specific style to apply, or null. |