Class OrientedGroupHeaderStyleSelector
Provides a way to choose a style for the OrientedGroupHeader based on the data object and the data-bound element.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class OrientedGroupHeaderStyleSelector : ScheduleViewStyleSelector
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
System.Windows.Style
|
AgendaViewStyle
Headers that represent the groups in agenda view.
Declaration
public Style AgendaViewStyle { get; set; }
Property Value
System.Windows.Style
|
AgendaViewTodayBottomLevelStyle
Headers that represent the bottom level groups in agenda view.
Declaration
public Style AgendaViewTodayBottomLevelStyle { get; set; }
Property Value
System.Windows.Style
|
AgendaViewTodayStyle
Headers that represent the groups in agenda view.
Declaration
public Style AgendaViewTodayStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalBottomLevelStyle
Gets or sets the horizontal style of the bottom level group headers.
Declaration
public Style HorizontalBottomLevelStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalStyle
Gets or sets the horizontal style of the GroupHeaders.
Declaration
public Style HorizontalStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalTodayBottomLevelStyle
Gets or sets the horizontal style of the today bottom level group header.
Declaration
public Style HorizontalTodayBottomLevelStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalTodayStyle
Gets or sets the horizontal style of the today group header.
Declaration
public Style HorizontalTodayStyle { get; set; }
Property Value
System.Windows.Style
|
MonthViewBottomLevelWeekGroupStyle
Headers that represent the bottom level week groups in month view.
Declaration
public Style MonthViewBottomLevelWeekGroupStyle { get; set; }
Property Value
System.Windows.Style
|
MonthViewWeekGroupStyle
Headers that represent the week groups in month view.
Declaration
public Style MonthViewWeekGroupStyle { get; set; }
Property Value
System.Windows.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
ResourceGroupHeaderStyleSelector
|
VerticalBottomLevelStyle
Gets or sets the vertical style of the bottom level group headers.
Declaration
public Style VerticalBottomLevelStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalStyle
Gets or sets the vertical style of the GroupHeaders.
Declaration
public Style VerticalStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalTodayBottomLevelStyle
Gets or sets the vertical style of the today bottom level group header.
Declaration
public Style VerticalTodayBottomLevelStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalTodayStyle
Gets or sets the vertical style of the today group header.
Declaration
public Style VerticalTodayStyle { get; set; }
Property Value
System.Windows.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
System.Object
item
The data object for which to select the template. |
System.Windows.DependencyObject
container
The data-bound object. |
ViewDefinitionBase
activeViewDefinition
|
Returns
System.Windows.Style
The style for the OrientedAppointmentItem. |