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

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)
Parameters:resourceIResource

The resource.

groupHeaderGroupHeader

The group header for which to select the template.

orientationOrientation

The orientation for the group header.

Returns:

Style

The style for the ResourceGroupHeader.

Overrides: ResourceGroupHeaderStyleSelector.SelectResourceGroupHeaderStyle(IResource, GroupHeader, Orientation)