Class SpecialSlotStyleSelector
Represents an IStyleSelector that is used to select the style of the SchedulerBoxView that visualizes the special slot.
Inheritance
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SpecialSlotStyleSelector : Object, IStyleSelector
Constructors
SpecialSlotStyleSelector()
Initializes a new instance of the SpecialSlotStyleSelector class.
Declaration
public SpecialSlotStyleSelector()
Properties
NormalStyle
Gets the Style of the SchedulerBoxView that visualizes the special slot when in normal state.
Declaration
public Style NormalStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
ReadOnlyStyle
Gets the Style of the SchedulerBoxView that visualizes the special slot when it is read-only.
Declaration
public Style ReadOnlyStyle { 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 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. |