New to Telerik UI for WPFStart a free 30-day trial

Provides group related information to be displayed in the group header.

Definition

Constructors

C#
public GroupViewModel()

Properties

Gets or sets the aggregate results for the associated group.

C#
public AggregateResultCollection AggregateResults { get; }
Property Value:

The group for this view model.

Gets or sets the column.

C#
public GridViewColumn Column { get; set; }
Property Value:

The column.

Gets or sets the group for this view model.

C#
public IGroup Group { get; set; }
Property Value:

The group for this view model.

Gets or sets the group descriptor.

C#
public IGroupDescriptor GroupDescriptor { get; set; }
Property Value:

The group descriptor.

Gets or sets the header.

C#
public object Header { get; set; }
Property Value:

The header.