Class
TimeIndicatorItemStyleSelector

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:

cs-api-definition
public class TimeIndicatorItemStyleSelector : StyleSelector

Inheritance: objectTimeIndicatorItemStyleSelector

Constructors

TimeIndicatorItemStyleSelector()

Declaration

cs-api-definition
public TimeIndicatorItemStyleSelector()

Properties

AppointmentsAreaStyle

Gets or sets the style which is applied when the indicator is shown only through the Appointments panel.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public override Style SelectStyle(object item, DependencyObject container)

Parameters

item

object

The content.

container

DependencyObject

The element to which the style will be applied.

Returns

Style

Returns an application-specific style to apply; otherwise, null.