Class GroupingSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class GroupingSettings : PropertyChangedBase, INotifyPropertyChanged, IDisposable
Constructors
GroupingSettings(GroupDescriptionsCollection)
Declaration
public GroupingSettings(GroupDescriptionsCollection groupDescriptionsSource)
Parameters
GroupDescriptionsCollection
groupDescriptionsSource
|
Properties
GroupDescriptions
Declaration
public IEnumerable<IGroupDescription> GroupDescriptions { get; }
Property Value
System.Collections.Generic.IEnumerable<IGroupDescription>
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()