Share via


ICollectionViewGroup.Group Property

Definition

Gets or sets the grouping context used for grouping the data, which sets the data context for the default HeaderTemplate.

public:
 property Platform::Object ^ Group { Platform::Object ^ get(); };
IInspectable Group();
public object Group { get; }
var object = iCollectionViewGroup.group;
Public ReadOnly Property Group As Object

Property Value

Object

Platform::Object

IInspectable

The grouping context used for grouping the data.

Applies to