Class TimeIndicatorItemStyleSelector
Provides a way to apply styles on time indicator elements in ScheduleView based on custom logic.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeIndicatorItemStyleSelector : StyleSelector
Constructors
TimeIndicatorItemStyleSelector()
Declaration
public TimeIndicatorItemStyleSelector()
Properties
AppointmentsAreaStyle
Gets or sets the style which is applied when the indicator is shown only through the Appointments panel.
Declaration
public Style AppointmentsAreaStyle { get; set; }
Property Value
System.Windows.Style
|
TimeRulerAreaStyle
Gets or sets the style which is applied when the indicator is shown inside the TimeRuler.
Declaration
public Style TimeRulerAreaStyle { get; set; }
Property Value
System.Windows.Style
|
WholeAreaStyle
Gets or sets the style which is applied when the indicator is shown on both the TimeRuler and Appointments panel.
Declaration
public Style WholeAreaStyle { get; set; }
Property Value
System.Windows.Style
|
Methods
SelectStyle(Object, DependencyObject)
When overridden in a derived class, returns a System.Windows.Style based on custom logic.
Declaration
public override Style SelectStyle(object item, DependencyObject container)
Parameters
System.Object
item
The content. |
System.Windows.DependencyObject
container
The element to which the style will be applied. |
Returns
System.Windows.Style
Returns an application-specific style to apply; otherwise, null. |