ClassGroupKey
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
public class GroupKey : IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, IEquatable<GroupKey>
Inheritance: objectGroupKey
Implements:
Constructors
GroupKey()
Declaration
cs-api-definition
public GroupKey()
Properties
Methods
Clear()
Declaration
cs-api-definition
public void Clear()
Implements
GetEnumerator()
Declaration
cs-api-definition
public IEnumerator<object> GetEnumerator()
Returns
Implements