GroupingSettings
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public sealed class GroupingSettings : PropertyChangedBase, INotifyPropertyChanged, IDisposable
Inheritance: objectPropertyChangedBaseGroupingSettings
Implements:
Inherited Members
Constructors
C#
public GroupingSettings(GroupDescriptionsCollection groupDescriptionsSource)
Properties
C#
public IEnumerable<IGroupDescription> GroupDescriptions { get; }
Methods
C#
public void Dispose()
Implements: