Click or drag to resize
Cimbalino ToolkitApplicationBarItemBaseT Properties

The ApplicationBarItemBaseT generic type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Gets or sets the command to invoke when this item is pressed. This is a DependencyProperty.
Public propertyCommandParameter
Gets or sets the parameter to pass to the Command property. This is a DependencyProperty.
Public propertyCommandParameterValue
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.
Public propertyDispatcher (Inherited from DependencyObject.)
Public propertyIsEnabled
Gets or sets a value indicating whether the user can interact with the control.
Public propertyIsVisible
Gets or sets a value indicating whether the item is visible.
Public propertyText
Gets or sets the text string that is displayed as a label for the item.
Top
See Also