ClassTimeIndicatorItemStyleSelector
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
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
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
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
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
item
The content.
container
DependencyObject
The element to which the style will be applied.
Returns
Style
Returns an application-specific style to apply; otherwise, null.