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