Interface
IGroupingConfigurationSettings

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: RadSchedulerSchedulerBase

Properties

DateGroupLength

Gets the length of a date group.

Declaration

cs-api-definition
TimeSpan? DateGroupLength { get; }

Property Value

TimeSpan?

GroupByResourceTypes

Gets the resource types that scheduler is grouped by.

Declaration

cs-api-definition
IEnumerable<IResourceType> GroupByResourceTypes { get; }

Property Value

IEnumerable<IResourceType>