Class
GroupViewModel

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

Definition

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

AggregateResultCollection

The group for this view model.

Column

Gets or sets the column.

Declaration

cs-api-definition
public GridViewColumn Column { get; set; }

Property Value

GridViewColumn

The column.

Group

Gets or sets the group for this view model.

Declaration

cs-api-definition
public IGroup Group { get; set; }

Property Value

IGroup

The group for this view model.

GroupDescriptor

Gets or sets the group descriptor.

Declaration

cs-api-definition
public IGroupDescriptor GroupDescriptor { get; set; }

Property Value

IGroupDescriptor

The group descriptor.

Header

Gets or sets the header.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

The header.