Class
OrientedTimeRulerItemStyleSelector

Provides a way to choose a style for the TimeRulerItem based on the data object and the data-bound element.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class OrientedTimeRulerItemStyleSelector : ScheduleViewStyleSelector

Inheritance: objectScheduleViewStyleSelectorOrientedTimeRulerItemStyleSelector

Constructors

OrientedTimeRulerItemStyleSelector()

Declaration

cs-api-definition
public OrientedTimeRulerItemStyleSelector()

Properties

AgendaViewTickStyle

Gets or sets the style of the AgendaViewTick.

Declaration

cs-api-definition
public Style AgendaViewTickStyle { get; set; }

Property Value

Style

AgendaViewTodayTickStyle

Gets or sets the style of the AgendaViewTodayTick.

Declaration

cs-api-definition
public Style AgendaViewTodayTickStyle { get; set; }

Property Value

Style

HorizontalGroupItemStyle

Gets or sets the horizontal style of the GroupItem.

Declaration

cs-api-definition
public Style HorizontalGroupItemStyle { get; set; }

Property Value

Style

HorizontalLineStyle

Gets or sets the horizontal style of the Line.

Declaration

cs-api-definition
public Style HorizontalLineStyle { get; set; }

Property Value

Style

MajorHorizontalTickStyle

Gets or sets the horizontal style of the MajorTick.

Declaration

cs-api-definition
public Style MajorHorizontalTickStyle { get; set; }

Property Value

Style

MajorVerticalTickStyle

Gets or sets the vertical style of the MajorTick.

Declaration

cs-api-definition
public Style MajorVerticalTickStyle { get; set; }

Property Value

Style

MinorHorizontalTickStyle

Gets or sets the horizontal style of the MinorTick.

Declaration

cs-api-definition
public Style MinorHorizontalTickStyle { get; set; }

Property Value

Style

MinorVerticalTickStyle

Gets or sets the vertical style of the MinorTick.

Declaration

cs-api-definition
public Style MinorVerticalTickStyle { get; set; }

Property Value

Style

MonthViewGroupStyle

Gets or sets the style of the MonthViewGroup.

Declaration

cs-api-definition
public Style MonthViewGroupStyle { get; set; }

Property Value

Style

MonthViewTickStyle

Gets or sets the style of the MonthViewTick.

Declaration

cs-api-definition
public Style MonthViewTickStyle { get; set; }

Property Value

Style

MonthViewTodayTickStyle

Gets or sets the style of the MonthViewTodayTick.

Declaration

cs-api-definition
public Style MonthViewTodayTickStyle { get; set; }

Property Value

Style

VerticalGroupItemStyle

Gets or sets the vertical style of the GroupItem.

Declaration

cs-api-definition
public Style VerticalGroupItemStyle { get; set; }

Property Value

Style

VerticalLineStyle

Gets or sets the vertical style of the Line.

Declaration

cs-api-definition
public Style VerticalLineStyle { get; set; }

Property Value

Style

Methods

SelectStyle(object, DependencyObject, ViewDefinitionBase)

Returns a style for the TimeRulerItem based on custom logic.

Declaration

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

Parameters

item

object

The data object for which to select the template.

container

DependencyObject

The data-bound object.

activeViewDefinition

ViewDefinitionBase

Returns

Style

The style for the TimeRulerItem.

Overrides ScheduleViewStyleSelector.SelectStyle(object, DependencyObject, ViewDefinitionBase)