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