CollectionViewGroup(Object) Constructor

Definition

Initializes a new instance of the CollectionViewGroup class with the name of the group.

protected:
 CollectionViewGroup(System::Object ^ name);
protected CollectionViewGroup (object name);
new System.Windows.Data.CollectionViewGroup : obj -> System.Windows.Data.CollectionViewGroup
Protected Sub New (name As Object)

Parameters

name
Object

The name of this group.

Applies to