Class OrientedAppointmentItemStyleSelector
Provides a way to choose a style for the OrientedAppointmentItem based on the data object and the data-bound element.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class OrientedAppointmentItemStyleSelector : ScheduleViewStyleSelector
Constructors
OrientedAppointmentItemStyleSelector()
Declaration
public OrientedAppointmentItemStyleSelector()
Properties
AgendaViewStyle
Gets or sets the agenda view style.
Declaration
public Style AgendaViewStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalStyle
Gets or sets the horizontal style.
Declaration
public Style HorizontalStyle { get; set; }
Property Value
System.Windows.Style
|
MonthViewStyle
Gets or sets the month view style.
Declaration
public Style MonthViewStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalStyle
Gets or sets the vertical style.
Declaration
public Style VerticalStyle { get; set; }
Property Value
System.Windows.Style
|
Methods
SelectStyle(Object, DependencyObject, ViewDefinitionBase)
Returns a style for the OrientedAppointmentItem 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 OrientedAppointmentItem. |