ListViewItemPresenter.CheckModeProperty Property

Definition

Identifies the CheckMode dependency property.

public:
 static property DependencyProperty ^ CheckModeProperty { DependencyProperty ^ get(); };
static DependencyProperty CheckModeProperty();
public static DependencyProperty CheckModeProperty { get; }
var dependencyProperty = ListViewItemPresenter.checkModeProperty;
Public Shared ReadOnly Property CheckModeProperty As DependencyProperty

Property Value

The identifier for the CheckMode dependency property.

Applies to

See also