Class ResourceGroupDescription
Describes the grouping of items using a ResourceTypes as the criteria.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ResourceGroupDescription : GroupDescription
Constructors
ResourceGroupDescription()
Initializes a new instance of the ResourceGroupDescription class.
Declaration
public ResourceGroupDescription()
Properties
ResourceType
Gets or sets the ResourceType used for grouping.
Declaration
public string ResourceType { get; set; }
Property Value
System.String
|
ShowNullGroup
Gets or sets whether Null group will be generated and visible or not. Null group contains appointments that are not in any other group in the same level.
Declaration
public bool ShowNullGroup { get; set; }
Property Value
System.Boolean
|
Methods
CreateGroupNames(ScheduleViewBase)
Generates groups based on the given ResourceType.
Declaration
public void CreateGroupNames(ScheduleViewBase scheduleView)
Parameters
ScheduleViewBase
scheduleView
The schedule view that is used to get the ResourceTypes and GroupFilter. |
GroupNameFromItem(Object, Int32, CultureInfo)
Returns the group name(s) for the given item.
Declaration
public override object GroupNameFromItem(object item, int level, CultureInfo culture)
Parameters
System.Object
item
The item to return group names for. |
System.Int32
level
The level of grouping. |
System.Globalization.CultureInfo
culture
The System.Globalization.CultureInfo to supply to the converter. |
Returns
System.Object
The group name(s) for the given item. |