Class SpecialSlotStyleSelector
Represents an IStyle
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 Special
Declaration
public SpecialSlotStyleSelector()
Properties
NormalStyle
Gets the Style of the Scheduler
Declaration
public Style NormalStyle { get; set; }
Property Value
Microsoft.
|
ReadOnlyStyle
Gets the Style of the Scheduler
Declaration
public Style ReadOnlyStyle { get; set; }
Property Value
Microsoft.
|
Methods
SelectStyle(Object, BindableObject)
Override this method to return a specific custom Microsoft.
Declaration
public 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. |