GroupViewModel
Class
Provides group related information to be displayed in the group header.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GroupViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseGroupViewModel
Implements:
Inherited Members
Constructors
C#
public GroupViewModel()
Properties
Gets or sets the aggregate results for the associated group.
C#
public AggregateResultCollection AggregateResults { get; }
The group for this view model.
Gets or sets the column.
C#
public GridViewColumn Column { get; set; }
The column.
Gets or sets the group for this view model.
C#
public IGroup Group { get; set; }
The group for this view model.
Gets or sets the group descriptor.
C#
public IGroupDescriptor GroupDescriptor { get; set; }
The group descriptor.