InterfaceIGroupingConfigurationSettings
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:
cs-api-definition
public interface IGroupingConfigurationSettings
Properties
DateGroupLength
Gets the length of a date group.
GroupByResourceTypes
Gets the resource types that scheduleView is grouped by.
Declaration
cs-api-definition
IEnumerable<IResourceType> GroupByResourceTypes { get; }
Property Value