Class DayStyleSelector
Represents an IStyleSelector that is used to select the style of the Microsoft.Maui.Controls.Label in the DayStyleSelector.
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.Maui.Controls.Label when in normal state.
Declaration
public Style NormalLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
TodayLabelStyle
Gets the Style of the Microsoft.Maui.Controls.Label when in today state.
Declaration
public Style TodayLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
SelectStyle(Object, BindableObject)
Override this method to return a specific custom Microsoft.Maui.Controls.Style.
Declaration
public virtual Style SelectStyle(object item, BindableObject bindable)
Parameters
System.Object
item
The data content. |
Microsoft.Maui.Controls.BindableObject
bindable
The element to which the style will be applied. |
Returns
Microsoft.Maui.Controls.Style
An app-specific style to apply, or null. |