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:
public class OrientedGroupHeaderStyleSelector : ScheduleViewStyleSelector
Inheritance: objectScheduleViewStyleSelectorOrientedGroupHeaderStyleSelector
Constructors
public OrientedGroupHeaderStyleSelector()
Properties
Headers that represent the bottom level groups in agenda view.
public Style AgendaViewBottomLevelStyle { get; set; }
AgendaViewStyle
Style
Headers that represent the groups in agenda view.
public Style AgendaViewStyle { get; set; }
Headers that represent the bottom level groups in agenda view.
public Style AgendaViewTodayBottomLevelStyle { get; set; }
AgendaViewTodayStyle
Style
Headers that represent the groups in agenda view.
public Style AgendaViewTodayStyle { get; set; }
Gets or sets the horizontal style of the bottom level group headers.
public Style HorizontalBottomLevelStyle { get; set; }
HorizontalStyle
Style
Gets or sets the horizontal style of the GroupHeaders.
public Style HorizontalStyle { get; set; }
Gets or sets the horizontal style of the today bottom level group header.
public Style HorizontalTodayBottomLevelStyle { get; set; }
HorizontalTodayStyle
Style
Gets or sets the horizontal style of the today group header.
public Style HorizontalTodayStyle { get; set; }
Headers that represent the bottom level week groups in month view.
public Style MonthViewBottomLevelWeekGroupStyle { get; set; }
Headers that represent the week groups in month view.
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.
public ResourceGroupHeaderStyleSelector ResourceStyleSelector { get; set; }
Gets or sets the vertical style of the bottom level group headers.
public Style VerticalBottomLevelStyle { get; set; }
VerticalStyle
Style
Gets or sets the vertical style of the GroupHeaders.
public Style VerticalStyle { get; set; }
Gets or sets the vertical style of the today bottom level group header.
public Style VerticalTodayBottomLevelStyle { get; set; }
VerticalTodayStyle
Style
Gets or sets the vertical style of the today group header.
public Style VerticalTodayStyle { get; set; }
Methods
Returns a style for the OrientedGroupHeader based on custom logic.
public override Style SelectStyle(object item, DependencyObject container, ViewDefinitionBase activeViewDefinition)
The data object for which to select the template.
containerDependencyObjectThe data-bound object.
activeViewDefinitionViewDefinitionBaseReturns:Style
The style for the OrientedAppointmentItem.
Overrides: