Class OrientedTimeRulerItemStyleSelector
Provides a way to choose a style for the TimeRulerItem based on the data object and the data-bound element.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class OrientedTimeRulerItemStyleSelector : ScheduleViewStyleSelector
Constructors
OrientedTimeRulerItemStyleSelector()
Declaration
public OrientedTimeRulerItemStyleSelector()
Properties
AgendaViewTickStyle
Gets or sets the style of the AgendaViewTick.
Declaration
public Style AgendaViewTickStyle { get; set; }
Property Value
System.Windows.Style
|
AgendaViewTodayTickStyle
Gets or sets the style of the AgendaViewTodayTick.
Declaration
public Style AgendaViewTodayTickStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalGroupItemStyle
Gets or sets the horizontal style of the GroupItem.
Declaration
public Style HorizontalGroupItemStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalLineStyle
Gets or sets the horizontal style of the Line.
Declaration
public Style HorizontalLineStyle { get; set; }
Property Value
System.Windows.Style
|
MajorHorizontalTickStyle
Gets or sets the horizontal style of the MajorTick.
Declaration
public Style MajorHorizontalTickStyle { get; set; }
Property Value
System.Windows.Style
|
MajorVerticalTickStyle
Gets or sets the vertical style of the MajorTick.
Declaration
public Style MajorVerticalTickStyle { get; set; }
Property Value
System.Windows.Style
|
MinorHorizontalTickStyle
Gets or sets the horizontal style of the MinorTick.
Declaration
public Style MinorHorizontalTickStyle { get; set; }
Property Value
System.Windows.Style
|
MinorVerticalTickStyle
Gets or sets the vertical style of the MinorTick.
Declaration
public Style MinorVerticalTickStyle { get; set; }
Property Value
System.Windows.Style
|
MonthViewGroupStyle
Gets or sets the style of the MonthViewGroup.
Declaration
public Style MonthViewGroupStyle { get; set; }
Property Value
System.Windows.Style
|
MonthViewTickStyle
Gets or sets the style of the MonthViewTick.
Declaration
public Style MonthViewTickStyle { get; set; }
Property Value
System.Windows.Style
|
MonthViewTodayTickStyle
Gets or sets the style of the MonthViewTodayTick.
Declaration
public Style MonthViewTodayTickStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalGroupItemStyle
Gets or sets the vertical style of the GroupItem.
Declaration
public Style VerticalGroupItemStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalLineStyle
Gets or sets the vertical style of the Line.
Declaration
public Style VerticalLineStyle { get; set; }
Property Value
System.Windows.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
System.Object
item
The data object for which to select the template. |
System.Windows.DependencyObject
container
The data-bound object. |
ViewDefinitionBase
activeViewDefinition
|
Returns
System.Windows.Style
The style for the TimeRulerItem. |