Interface IGroupingConfigurationSettings
An interface representing the properties describing the way ScheduleView is grouped.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IGroupingConfigurationSettings
Properties
DateGroupLength
Gets the length of a date group.
Declaration
Nullable<TimeSpan> DateGroupLength { get; }
Property Value
System.Nullable<System.TimeSpan>
|
GroupByResourceTypes
Gets the resource types that scheduleView is grouped by.
Declaration
IEnumerable<IResourceType> GroupByResourceTypes { get; }
Property Value
System.Collections.Generic.IEnumerable<IResourceType>
|