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.
|
HorizontalStyle
Gets or sets the horizontal style.
Declaration
public Style HorizontalStyle { get; set; }
Property Value
System.
|
MonthViewStyle
Gets or sets the month view style.
Declaration
public Style MonthViewStyle { get; set; }
Property Value
System.
|
VerticalStyle
Gets or sets the vertical style.
Declaration
public Style VerticalStyle { get; set; }
Property Value
System.
|
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. The data object for which to select the template. |
System. The data-bound object. |
View
|
Returns
System. The style for the OrientedAppointmentItem. |