New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class OrientedGroupHeaderStyleSelector : ScheduleViewStyleSelector

Inheritance: objectScheduleViewStyleSelectorOrientedGroupHeaderStyleSelector

Constructors

C#
public OrientedGroupHeaderStyleSelector()

Properties

Headers that represent the bottom level groups in agenda view.

C#
public Style AgendaViewBottomLevelStyle { get; set; }

Headers that represent the groups in agenda view.

C#
public Style AgendaViewStyle { get; set; }

Headers that represent the bottom level groups in agenda view.

C#
public Style AgendaViewTodayBottomLevelStyle { get; set; }

Headers that represent the groups in agenda view.

C#
public Style AgendaViewTodayStyle { get; set; }

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

C#
public Style HorizontalBottomLevelStyle { get; set; }

Gets or sets the horizontal style of the GroupHeaders.

C#
public Style HorizontalStyle { get; set; }

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

C#
public Style HorizontalTodayBottomLevelStyle { get; set; }

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

C#
public Style HorizontalTodayStyle { get; set; }

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

C#
public Style MonthViewBottomLevelWeekGroupStyle { get; set; }

Headers that represent the week groups in month view.

C#
public Style MonthViewWeekGroupStyle { get; set; }

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

C#
public ResourceGroupHeaderStyleSelector ResourceStyleSelector { get; set; }

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

C#
public Style VerticalBottomLevelStyle { get; set; }

Gets or sets the vertical style of the GroupHeaders.

C#
public Style VerticalStyle { get; set; }

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

C#
public Style VerticalTodayBottomLevelStyle { get; set; }

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

C#
public Style VerticalTodayStyle { get; set; }

Methods

Returns a style for the OrientedGroupHeader based on custom logic.

C#
public override Style SelectStyle(object item, DependencyObject container, ViewDefinitionBase activeViewDefinition)
Parameters:itemobject

The data object for which to select the template.

containerDependencyObject

The data-bound object.

activeViewDefinitionViewDefinitionBase
Returns:

Style

The style for the OrientedAppointmentItem.

Overrides: ScheduleViewStyleSelector.SelectStyle(object, DependencyObject, ViewDefinitionBase)