GroupsCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GroupsCollection : ObservableCollection<GridGroupByExpression>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<GridGroupByExpression>ObservableCollection<GridGroupByExpression>GroupsCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the GroupsCollection class.
Properties
Gets the owner.
C#
public GridViewTemplate Owner { get; }
The owner.