ButtonBase.CommandParameterProperty Property

Definition

Identifier for the CommandParameter dependency property.

public:
 static property DependencyProperty ^ CommandParameterProperty { DependencyProperty ^ get(); };
static DependencyProperty CommandParameterProperty();
public static DependencyProperty CommandParameterProperty { get; }
var dependencyProperty = ButtonBase.commandParameterProperty;
Public Shared ReadOnly Property CommandParameterProperty As DependencyProperty

Property Value

The identifier for the CommandParameter dependency property.

Applies to