Class
TimeZoneGroupDescription

Describes the grouping of items using a TimeZone as the criteria.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class TimeZoneGroupDescription : GroupDescription

Inheritance: objectTimeZoneGroupDescription

Constructors

TimeZoneGroupDescription()

Initializes a new instance of the TimeZoneGroupDescription class.

Declaration

cs-api-definition
public TimeZoneGroupDescription()

Methods

CreateGroupNames(ScheduleViewBase)

Generates groups based on the given time zones.

Declaration

cs-api-definition
public void CreateGroupNames(ScheduleViewBase scheduleView)

Parameters

scheduleView

ScheduleViewBase

GroupNameFromItem(object, int, CultureInfo)

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

Declaration

cs-api-definition
public override object GroupNameFromItem(object item, int level, CultureInfo culture)

Parameters

item

object

The item to return group names for.

level

int

The level of grouping.

culture

CultureInfo

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

Returns

object

The group name(s) for the given item.