Class
OrientedResourceGroupHeaderStyleSelector

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:

cs-api-definition
public class OrientedResourceGroupHeaderStyleSelector : ResourceGroupHeaderStyleSelector

Inheritance: objectResourceGroupHeaderStyleSelectorOrientedResourceGroupHeaderStyleSelector

Constructors

OrientedResourceGroupHeaderStyleSelector()

Declaration

cs-api-definition
public OrientedResourceGroupHeaderStyleSelector()

Properties

HorizontalResourceHeaderStyle

Gets or sets the horizontal style of the ResourceHeader.

Declaration

cs-api-definition
public Style HorizontalResourceHeaderStyle { get; set; }

Property Value

Style

VerticalResourceHeaderStyle

Gets or sets the vertical style of the ResourceHeader.

Declaration

cs-api-definition
public Style VerticalResourceHeaderStyle { get; set; }

Property Value

Style

Methods

SelectResourceGroupHeaderStyle(IResource, GroupHeader, Orientation)

Returns a style for the ResourceGroupHeader based on custom logic.

Declaration

cs-api-definition
public override Style SelectResourceGroupHeaderStyle(IResource resource, GroupHeader groupHeader, Orientation orientation)

Parameters

resource

IResource

The resource.

groupHeader

GroupHeader

The group header for which to select the template.

orientation

Orientation

The orientation for the group header.

Returns

Style

The style for the ResourceGroupHeader.

Overrides ResourceGroupHeaderStyleSelector.SelectResourceGroupHeaderStyle(IResource, GroupHeader, Orientation)