IGroupingConfigurationSettings
Interface
An interface representing the properties describing the way ScheduleView is grouped.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public interface IGroupingConfigurationSettings
Derived Classes:
Properties
Gets the length of a date group.
C#
TimeSpan? DateGroupLength { get; }
Gets the resource types that scheduleView is grouped by.
C#
IEnumerable<IResourceType> GroupByResourceTypes { get; }