IGroupIdentifier
Interface
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 resource collection.
C#
IEnumerable<IResource> Resources { get; }
Gets the time zone of the group.
C#
TimeZoneInfo TimeZone { get; }