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