Class TimeZoneGroupDescription
Describes the grouping of items using a TimeZone as the criteria.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeZoneGroupDescription : GroupDescription
Constructors
TimeZoneGroupDescription()
Initializes a new instance of the TimeZoneGroupDescription class.
Declaration
public TimeZoneGroupDescription()
Methods
CreateGroupNames(ScheduleViewBase)
Generates groups based on the given time zones.
Declaration
public void CreateGroupNames(ScheduleViewBase scheduleView)
Parameters
ScheduleViewBase
scheduleView
|
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. |