CollectionViewSource.ViewProperty Property

Definition

Identifies the View dependency property.

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

Property Value

The identifier for the View dependency property.

Applies to

See also