CollectionViewSource.ItemsPathProperty Property

Definition

Identifies the ItemsPath dependency property.

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

Property Value

The identifier for the ItemsPath dependency property.

Applies to

See also