|  | ApplicationBarItemBaseT Properties | 
The ApplicationBarItemBaseT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Command | 
            Gets or sets the command to invoke when this item is pressed. This is a DependencyProperty.
             | 
|  | CommandParameter | 
            Gets or sets the parameter to pass to the Command property. This is a DependencyProperty.
             | 
|  | CommandParameterValue | 
            Gets or sets an object that will be passed to the Command attached to this trigger. This property is here for compatibility with the Silverlight version. This is NOT a DependencyProperty. For databinding, use the CommandParameter property.
             | 
|  | Dispatcher | (Inherited from DependencyObject.) | 
|  | IsEnabled | 
            Gets or sets a value indicating whether the user can interact with the control.
             | 
|  | IsVisible | 
            Gets or sets a value indicating whether the item is visible.
             | 
|  | Text | 
            Gets or sets the text string that is displayed as a label for the item.
             | 
 See Also
See Also