Interface
IGroupIdentifier

Interface which represents a group in the ScheduleView control.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IGroupIdentifier

Properties

GroupDate

Gets the date of a group if any exists.

Declaration

cs-api-definition
DateTime? GroupDate { get; }

Property Value

DateTime?

Resources

Gets the resource collection.

Declaration

cs-api-definition
IEnumerable<IResource> Resources { get; }

Property Value

IEnumerable<IResource>

TimeZone

Gets the time zone of the group.

Declaration

cs-api-definition
TimeZoneInfo TimeZone { get; }

Property Value

TimeZoneInfo

Extension Methods