Provides a way to choose a style for the OrientedResourceGroupHeader 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 OrientedResourceGroupHeaderStyleSelector : ResourceGroupHeaderStyleSelector
Inheritance: objectResourceGroupHeaderStyleSelectorOrientedResourceGroupHeaderStyleSelector
Constructors
C#
public OrientedResourceGroupHeaderStyleSelector()
Properties
Gets or sets the horizontal style of the ResourceHeader.
C#
public Style HorizontalResourceHeaderStyle { get; set; }
Gets or sets the vertical style of the ResourceHeader.
C#
public Style VerticalResourceHeaderStyle { get; set; }
Methods
Returns a style for the ResourceGroupHeader based on custom logic.
C#
public override Style SelectResourceGroupHeaderStyle(IResource resource, GroupHeader groupHeader, Orientation orientation)
The resource.
groupHeaderGroupHeaderThe group header for which to select the template.
orientationOrientationThe orientation for the group header.
Returns:Style
The style for the ResourceGroupHeader.
Overrides: