Interface IGroupingConfigurationSettings
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IGroupingConfigurationSettings
Properties
DateGroupLength
Declaration
Nullable<TimeSpan> DateGroupLength { get; }
Property Value
System.
|
GroupByResourceTypes
Declaration
IEnumerable<IResourceType> GroupByResourceTypes { get; }
Property Value
System.
|