ClassOrientedAppointmentItemStyleSelector
Provides a way to choose a style for the OrientedAppointmentItem based on the data object and the data-bound element.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class OrientedAppointmentItemStyleSelector : ScheduleViewStyleSelector
Inheritance: objectScheduleViewStyleSelectorOrientedAppointmentItemStyleSelector
Constructors
OrientedAppointmentItemStyleSelector()
Declaration
public OrientedAppointmentItemStyleSelector()
Properties
AgendaViewStyle
Gets or sets the agenda view style.
Declaration
public Style AgendaViewStyle { get; set; }
Property Value
Style
HorizontalStyle
Gets or sets the horizontal style.
Declaration
public Style HorizontalStyle { get; set; }
Property Value
Style
MonthViewStyle
Gets or sets the month view style.
Declaration
public Style MonthViewStyle { get; set; }
Property Value
Style
VerticalStyle
Gets or sets the vertical style.
Declaration
public Style VerticalStyle { get; set; }
Property Value
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
item
The data object for which to select the template.
container
DependencyObject
The data-bound object.
activeViewDefinition
Returns
Style
The style for the OrientedAppointmentItem.
Overrides