Interface
IGroupingConfigurationSettings

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.

Declaration

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

Property Value

TimeSpan?

GroupByResourceTypes

Gets the resource types that scheduleView is grouped by.

Declaration

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

Property Value

IEnumerable<IResourceType>