Class DayStyleSelector
Represents an IStyle
Inheritance
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DayStyleSelector : Object, IStyleSelector
Constructors
DayStyleSelector()
Declaration
public DayStyleSelector()
Properties
NormalLabelStyle
Gets the Style of the Microsoft.
Declaration
public Style NormalLabelStyle { get; set; }
Property Value
Microsoft.
|
TodayLabelStyle
Gets the Style of the Microsoft.
Declaration
public Style TodayLabelStyle { get; set; }
Property Value
Microsoft.
|
Methods
SelectStyle(Object, BindableObject)
Override this method to return a specific custom Microsoft.
Declaration
public virtual Style SelectStyle(object item, BindableObject bindable)
Parameters
System. The data content. |
Microsoft. The element to which the style will be applied. |
Returns
Microsoft. An app-specific style to apply, or null. |