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:
public class OrientedTimeRulerItemStyleSelector : ScheduleViewStyleSelector
Inheritance: objectScheduleViewStyleSelectorOrientedTimeRulerItemStyleSelector
Constructors
public OrientedTimeRulerItemStyleSelector()
Properties
AgendaViewTickStyle
Style
Gets or sets the style of the AgendaViewTick.
public Style AgendaViewTickStyle { get; set; }
Gets or sets the style of the AgendaViewTodayTick.
public Style AgendaViewTodayTickStyle { get; set; }
Gets or sets the horizontal style of the GroupItem.
public Style HorizontalGroupItemStyle { get; set; }
HorizontalLineStyle
Style
Gets or sets the horizontal style of the Line.
public Style HorizontalLineStyle { get; set; }
Gets or sets the horizontal style of the MajorTick.
public Style MajorHorizontalTickStyle { get; set; }
Gets or sets the vertical style of the MajorTick.
public Style MajorVerticalTickStyle { get; set; }
Gets or sets the horizontal style of the MinorTick.
public Style MinorHorizontalTickStyle { get; set; }
Gets or sets the vertical style of the MinorTick.
public Style MinorVerticalTickStyle { get; set; }
MonthViewGroupStyle
Style
Gets or sets the style of the MonthViewGroup.
public Style MonthViewGroupStyle { get; set; }
MonthViewTickStyle
Style
Gets or sets the style of the MonthViewTick.
public Style MonthViewTickStyle { get; set; }
Gets or sets the style of the MonthViewTodayTick.
public Style MonthViewTodayTickStyle { get; set; }
Gets or sets the vertical style of the GroupItem.
public Style VerticalGroupItemStyle { get; set; }
VerticalLineStyle
Style
Gets or sets the vertical style of the Line.
public Style VerticalLineStyle { get; set; }
Methods
Returns a style for the TimeRulerItem based on custom logic.
public override Style SelectStyle(object item, DependencyObject container, ViewDefinitionBase activeViewDefinition)
The data object for which to select the template.
containerDependencyObjectThe data-bound object.
activeViewDefinitionViewDefinitionBaseReturns:Style
The style for the TimeRulerItem.
Overrides: