ClassGroupsCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GroupsCollection : ObservableCollection<GridGroupByExpression>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<GridGroupByExpression>ObservableCollection<GridGroupByExpression>GroupsCollection
Implements:
Inherited Members
Constructors
GroupsCollection(GridViewTemplate)
Initializes a new instance of the GroupsCollection class.
Declaration
cs-api-definition
public GroupsCollection(GridViewTemplate owner)
Parameters
owner
The owner.
Properties
Owner
Gets the owner.
Declaration
cs-api-definition
public GridViewTemplate Owner { get; }
Property Value
The owner.