Class OrientedResourceGroupHeaderStyleSelector
Provides a way to choose a style for the OrientedResourceGroupHeader based on the data object and the data-bound element.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class OrientedResourceGroupHeaderStyleSelector : ResourceGroupHeaderStyleSelector
Constructors
OrientedResourceGroupHeaderStyleSelector()
Declaration
public OrientedResourceGroupHeaderStyleSelector()
Properties
HorizontalResourceHeaderStyle
Gets or sets the horizontal style of the ResourceHeader.
Declaration
public Style HorizontalResourceHeaderStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalResourceHeaderStyle
Gets or sets the vertical style of the ResourceHeader.
Declaration
public Style VerticalResourceHeaderStyle { get; set; }
Property Value
System.Windows.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
IResource
resource
The resource. |
GroupHeader
groupHeader
The group header for which to select the template. |
System.Windows.Controls.Orientation
orientation
The orientation for the group header. |
Returns
System.Windows.Style
The style for the ResourceGroupHeader. |