GroupKey
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class GroupKey : IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, IEquatable<GroupKey>
Inheritance: objectGroupKey
Implements:
Constructors
C#
public GroupKey()
Properties
C#
public bool IsReadOnly { get; }
Implements:
Methods
C#
public void Clear()
Implements: