ClassGroupViewModel
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:
cs-api-definition
public class GroupViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseGroupViewModel
Implements:
Inherited Members
Constructors
GroupViewModel()
Declaration
cs-api-definition
public GroupViewModel()
Properties
AggregateResults
Gets or sets the aggregate results for the associated group.
Declaration
cs-api-definition
public AggregateResultCollection AggregateResults { get; }
Property Value
The group for this view model.
Column
Gets or sets the column.
Declaration
cs-api-definition
public GridViewColumn Column { get; set; }
Property Value
The column.
Group
Gets or sets the group for this view model.
Declaration
cs-api-definition
public IGroup Group { get; set; }
Property Value
The group for this view model.
GroupDescriptor
Gets or sets the group descriptor.
Declaration
cs-api-definition
public IGroupDescriptor GroupDescriptor { get; set; }
Property Value
The group descriptor.