Interface IGroupIdentifier
Interface which represents a group in the ScheduleView control.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IGroupIdentifier
Properties
GroupDate
Gets the date of a group if any exists.
Declaration
Nullable<DateTime> GroupDate { get; }
Property Value
System.Nullable<System.DateTime>
|
Resources
Gets the resource collection.
Declaration
IEnumerable<IResource> Resources { get; }
Property Value
System.Collections.Generic.IEnumerable<IResource>
|
TimeZone
Gets the time zone of the group.
Declaration
TimeZoneInfo TimeZone { get; }
Property Value
System.TimeZoneInfo
|