ClassGroupDescriptionCollection
Class
Represents observable collection of GroupDescriptions.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class GroupDescriptionCollection : ObservableCollection<GroupDescription>, IList<GroupDescription>, ICollection<GroupDescription>, IList, ICollection, IReadOnlyList<GroupDescription>, IReadOnlyCollection<GroupDescription>, IEnumerable<GroupDescription>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<GroupDescription>ObservableCollection<GroupDescription>GroupDescriptionCollection
Implements:
Inherited Members
Constructors
GroupDescriptionCollection()
Declaration
cs-api-definition
public GroupDescriptionCollection()