InterfaceIGroupingConfigurationSettings
Interface
An interface representing the properties describing the way Scheduler is grouped.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IGroupingConfigurationSettings
Derived Classes:
Properties
DateGroupLength
Gets the length of a date group.
GroupByResourceTypes
Gets the resource types that scheduler is grouped by.
Declaration
cs-api-definition
IEnumerable<IResourceType> GroupByResourceTypes { get; }
Property Value