New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:scheduleViewScheduleViewBase

Returns the group name(s) for the given item.

C#
public override object GroupNameFromItem(object item, int level, CultureInfo culture)
Parameters:itemobject

The item to return group names for.

levelint

The level of grouping.

cultureCultureInfo

The System.Globalization.CultureInfo to supply to the converter.

Returns:

object

The group name(s) for the given item.