ICollectionViewGroup.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The grouping context used for grouping the data.