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