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

Interface which represents a group in the ScheduleView control.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface IGroupIdentifier

Properties

Gets the date of a group if any exists.

C#
DateTime? GroupDate { get; }

Gets the resource collection.

C#
IEnumerable<IResource> Resources { get; }

Gets the time zone of the group.

C#
TimeZoneInfo TimeZone { get; }

Extension Methods