Class CalendarStyleSelector
Selection of a style based on custom selection logic.
Inheritance
Namespace: Telerik.Maui.Controls.Calendar
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CalendarStyleSelector : Object
Constructors
CalendarStyleSelector()
Initializes a new instance of the Calendar
Declaration
public CalendarStyleSelector()
Properties
DisabledLabelStyle
Gets the Style of the Calendar
Declaration
public Style DisabledLabelStyle { get; set; }
Property Value
Microsoft.
|
FirstInRangeBorderStyle
Gets the Style of the Calendar
Declaration
public Style FirstInRangeBorderStyle { get; set; }
Property Value
Microsoft.
|
FirstInRangeMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style FirstInRangeMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
LastInRangeBorderStyle
Gets the Style of the Calendar
Declaration
public Style LastInRangeBorderStyle { get; set; }
Property Value
Microsoft.
|
LastInRangeMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style LastInRangeMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
MiddleInRangeBorderStyle
Gets the Style of the Calendar
Declaration
public Style MiddleInRangeBorderStyle { get; set; }
Property Value
Microsoft.
|
MiddleInRangeMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style MiddleInRangeMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
MouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style MouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
NormalLabelStyle
Gets the Style of the Calendar
Declaration
public Style NormalLabelStyle { get; set; }
Property Value
Microsoft.
|
OutOfScopeLabelStyle
Gets the Style of the Calendar
Declaration
public Style OutOfScopeLabelStyle { get; set; }
Property Value
Microsoft.
|
SelectedBorderStyle
Gets the Style of the Calendar
Declaration
public Style SelectedBorderStyle { get; set; }
Property Value
Microsoft.
|
SelectedMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style SelectedMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayFirstInRangeBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayFirstInRangeBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayFirstInRangeMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayFirstInRangeMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayLastInRangeBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayLastInRangeBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayLastInRangeMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayLastInRangeMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayMiddleInRangeBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayMiddleInRangeBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayMiddleInRangeMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayMiddleInRangeMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
TodayMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodayMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
TodaySelectedBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodaySelectedBorderStyle { get; set; }
Property Value
Microsoft.
|
TodaySelectedMouseOverBorderStyle
Gets the Style of the Calendar
Declaration
public Style TodaySelectedMouseOverBorderStyle { get; set; }
Property Value
Microsoft.
|
Methods
SelectStyle(Object, BindableObject)
Override this method to return an app specific Microsoft.
Declaration
public virtual Style SelectStyle(object item, BindableObject container)
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. |