Class
OrientedGroupHeaderStyleSelector

Provides a way to choose a style for the OrientedGroupHeader 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 OrientedGroupHeaderStyleSelector : ScheduleViewStyleSelector

Inheritance: objectScheduleViewStyleSelectorOrientedGroupHeaderStyleSelector

Constructors

OrientedGroupHeaderStyleSelector()

Declaration

cs-api-definition
public OrientedGroupHeaderStyleSelector()

Properties

AgendaViewBottomLevelStyle

Headers that represent the bottom level groups in agenda view.

Declaration

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

Property Value

Style

AgendaViewStyle

Headers that represent the groups in agenda view.

Declaration

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

Property Value

Style

AgendaViewTodayBottomLevelStyle

Headers that represent the bottom level groups in agenda view.

Declaration

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

Property Value

Style

AgendaViewTodayStyle

Headers that represent the groups in agenda view.

Declaration

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

Property Value

Style

HorizontalBottomLevelStyle

Gets or sets the horizontal style of the bottom level group headers.

Declaration

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

Property Value

Style

HorizontalStyle

Gets or sets the horizontal style of the GroupHeaders.

Declaration

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

Property Value

Style

HorizontalTodayBottomLevelStyle

Gets or sets the horizontal style of the today bottom level group header.

Declaration

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

Property Value

Style

HorizontalTodayStyle

Gets or sets the horizontal style of the today group header.

Declaration

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

Property Value

Style

MonthViewBottomLevelWeekGroupStyle

Headers that represent the bottom level week groups in month view.

Declaration

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

Property Value

Style

MonthViewWeekGroupStyle

Headers that represent the week groups in month view.

Declaration

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

Property Value

Style

ResourceStyleSelector

Provides a way to choose a style for the Resource based on the data object and the data-bound element.

Declaration

cs-api-definition
public ResourceGroupHeaderStyleSelector ResourceStyleSelector { get; set; }

Property Value

ResourceGroupHeaderStyleSelector

VerticalBottomLevelStyle

Gets or sets the vertical style of the bottom level group headers.

Declaration

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

Property Value

Style

VerticalStyle

Gets or sets the vertical style of the GroupHeaders.

Declaration

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

Property Value

Style

VerticalTodayBottomLevelStyle

Gets or sets the vertical style of the today bottom level group header.

Declaration

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

Property Value

Style

VerticalTodayStyle

Gets or sets the vertical style of the today group header.

Declaration

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

Property Value

Style

Methods

SelectStyle(object, DependencyObject, ViewDefinitionBase)

Returns a style for the OrientedGroupHeader 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)