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