CollectionViewSource.IsSourceGroupedProperty Property

Definition

Identifies the IsSourceGrouped dependency property.

public:
 static property DependencyProperty ^ IsSourceGroupedProperty { DependencyProperty ^ get(); };
static DependencyProperty IsSourceGroupedProperty();
public static DependencyProperty IsSourceGroupedProperty { get; }
var dependencyProperty = CollectionViewSource.isSourceGroupedProperty;
Public Shared ReadOnly Property IsSourceGroupedProperty As DependencyProperty

Property Value

The identifier for the IsSourceGrouped dependency property.

Applies to

See also