Class TimeIndicatorItemStyleSelector
Inheritance
System.Object
TimeIndicatorItemStyleSelector
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeIndicatorItemStyleSelector : StyleSelector
Constructors
TimeIndicatorItemStyleSelector()
Declaration
public TimeIndicatorItemStyleSelector()
Properties
AppointmentsAreaStyle
Declaration
public Style AppointmentsAreaStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
TimeRulerAreaStyle
Declaration
public Style TimeRulerAreaStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
WholeAreaStyle
Declaration
public Style WholeAreaStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
Methods
SelectStyleCore(Object, DependencyObject)
Declaration
protected override Style SelectStyleCore(object item, DependencyObject container)
Parameters
|
System.Object
item
|
|
Microsoft.UI.Xaml.DependencyObject
container
|
Returns
|
Microsoft.UI.Xaml.Style
|