ClassOrientedResourceGroupHeaderStyleSelector
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:
public class OrientedResourceGroupHeaderStyleSelector : ResourceGroupHeaderStyleSelector
Inheritance: objectResourceGroupHeaderStyleSelectorOrientedResourceGroupHeaderStyleSelector
Constructors
OrientedResourceGroupHeaderStyleSelector()
Declaration
public OrientedResourceGroupHeaderStyleSelector()
Properties
HorizontalResourceHeaderStyle
Gets or sets the horizontal style of the ResourceHeader.
Declaration
public Style HorizontalResourceHeaderStyle { get; set; }
Property Value
Style
VerticalResourceHeaderStyle
Gets or sets the vertical style of the ResourceHeader.
Declaration
public Style VerticalResourceHeaderStyle { get; set; }
Property Value
Style
Methods
SelectResourceGroupHeaderStyle(IResource, GroupHeader, Orientation)
Returns a style for the ResourceGroupHeader based on custom logic.
Declaration
public override Style SelectResourceGroupHeaderStyle(IResource resource, GroupHeader groupHeader, Orientation orientation)
Parameters
resource
The resource.
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