Class ResourceGroupHeaderStyleSelector
Provides a way to choose a style for the ResourceGroupHeader based on the data object and the data-bound element.
Inheritance
System.Object
ResourceGroupHeaderStyleSelector
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public abstract class ResourceGroupHeaderStyleSelector : Object
Constructors
ResourceGroupHeaderStyleSelector()
Declaration
protected ResourceGroupHeaderStyleSelector()
Methods
SelectResourceGroupHeaderStyle(IResource, GroupHeader, Orientation)
Returns a style for the ResourceGroupHeader based on custom logic.
Declaration
public virtual Style SelectResourceGroupHeaderStyle(IResource resource, GroupHeader groupHeader, Orientation orientation)
Parameters
IResource
resource
The resource. |
GroupHeader
groupHeader
The group header. |
System.Windows.Controls.Orientation
orientation
The orientation of the view. |
Returns
System.Windows.Style
Returns an application-specific style to apply; otherwise, null. |