Class
OrientedAppointmentItemStyleSelector

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:

cs-api-definition
public class OrientedAppointmentItemStyleSelector : ScheduleViewStyleSelector

Inheritance: objectScheduleViewStyleSelectorOrientedAppointmentItemStyleSelector

Constructors

OrientedAppointmentItemStyleSelector()

Declaration

cs-api-definition
public OrientedAppointmentItemStyleSelector()

Properties

AgendaViewStyle

Gets or sets the agenda view style.

Declaration

cs-api-definition
public Style AgendaViewStyle { get; set; }

Property Value

Style

HorizontalStyle

Gets or sets the horizontal style.

Declaration

cs-api-definition
public Style HorizontalStyle { get; set; }

Property Value

Style

MonthViewStyle

Gets or sets the month view style.

Declaration

cs-api-definition
public Style MonthViewStyle { get; set; }

Property Value

Style

VerticalStyle

Gets or sets the vertical style.

Declaration

cs-api-definition
public Style VerticalStyle { get; set; }

Property Value

Style

Methods

SelectStyle(object, DependencyObject, ViewDefinitionBase)

Returns a style for the OrientedAppointmentItem based on custom logic.

Declaration

cs-api-definition
public override Style SelectStyle(object item, DependencyObject container, ViewDefinitionBase activeViewDefinition)

Parameters

item

object

The data object for which to select the template.

container

DependencyObject

The data-bound object.

activeViewDefinition

ViewDefinitionBase

Returns

Style

The style for the OrientedAppointmentItem.

Overrides ScheduleViewStyleSelector.SelectStyle(object, DependencyObject, ViewDefinitionBase)