CommandBar.PrimaryCommandsProperty Property

Definition

Identifies the PrimaryCommands dependency property.

public:
 static property DependencyProperty ^ PrimaryCommandsProperty { DependencyProperty ^ get(); };
static DependencyProperty PrimaryCommandsProperty();
public static DependencyProperty PrimaryCommandsProperty { get; }
var dependencyProperty = CommandBar.primaryCommandsProperty;
Public Shared ReadOnly Property PrimaryCommandsProperty As DependencyProperty

Property Value

The identifier for the PrimaryCommands dependency property.

Applies to