New to Telerik UI for WPFStart a free 30-day trial

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

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; }