ListViewBase.CanReorderItemsProperty Property

Definition

Identifies the CanReorderItems dependency property.

public:
 static property DependencyProperty ^ CanReorderItemsProperty { DependencyProperty ^ get(); };
static DependencyProperty CanReorderItemsProperty();
public static DependencyProperty CanReorderItemsProperty { get; }
var dependencyProperty = ListViewBase.canReorderItemsProperty;
Public Shared ReadOnly Property CanReorderItemsProperty As DependencyProperty

Property Value

The identifier for the CanReorderItems dependency property.

Applies to