ItemsControl.DisplayMemberPathProperty Property

Definition

Identifies the DisplayMemberPath dependency property.

public:
 static property DependencyProperty ^ DisplayMemberPathProperty { DependencyProperty ^ get(); };
static DependencyProperty DisplayMemberPathProperty();
public static DependencyProperty DisplayMemberPathProperty { get; }
var dependencyProperty = ItemsControl.displayMemberPathProperty;
Public Shared ReadOnly Property DisplayMemberPathProperty As DependencyProperty

Property Value

The identifier for the DisplayMemberPath dependency property.

Applies to