Interface IGroupIdentifier
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IGroupIdentifier
Properties
GroupDate
Declaration
Nullable<DateTime> GroupDate { get; }
Property Value
|
System.Nullable<System.DateTime>
|
Resources
Declaration
IEnumerable<IResource> Resources { get; }
Property Value
|
System.Collections.Generic.IEnumerable<IResource>
|
TimeZone
Declaration
TimeZoneInfo TimeZone { get; }
Property Value
|
System.TimeZoneInfo
|