Describes the grouping of items using a TimeZone as the criteria.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class TimeZoneGroupDescription : GroupDescription
Inheritance: objectTimeZoneGroupDescription
Constructors
Initializes a new instance of the TimeZoneGroupDescription class.
C#
public TimeZoneGroupDescription()
Methods
Generates groups based on the given time zones.
C#
public void CreateGroupNames(ScheduleViewBase scheduleView)
Returns the group name(s) for the given item.
C#
public override object GroupNameFromItem(object item, int level, CultureInfo culture)
The item to return group names for.
levelintThe level of grouping.
cultureCultureInfoThe System.Globalization.CultureInfo to supply to the converter.
Returns:The group name(s) for the given item.