ClassResourceGroupHeaderStyleSelector
Class
Provides a way to choose a style for the ResourceGroupHeader 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 abstract class ResourceGroupHeaderStyleSelector
Inheritance: objectResourceGroupHeaderStyleSelector
Derived Classes:
Constructors
ResourceGroupHeaderStyleSelector()
Declaration
cs-api-definition
protected ResourceGroupHeaderStyleSelector()
Methods
SelectResourceGroupHeaderStyle(IResource, GroupHeader, Orientation)
Returns a style for the ResourceGroupHeader based on custom logic.
Declaration
cs-api-definition
public virtual Style SelectResourceGroupHeaderStyle(IResource resource, GroupHeader groupHeader, Orientation orientation)
Parameters
resource
The resource.
groupHeader
The group header.
orientation
Orientation
The orientation of the view.
Returns
Style
Returns an application-specific style to apply; otherwise, null.