BreadcrumbBar Fields

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The BreadcrumbBar type exposes the following members.

Fields

  NameDescription
IconTemplateProperty
DependencyProperty to use as the backing store for IconTemplate. This enables animation, styling, binding, and so forth.
IconTemplateSelectorProperty
DependencyProperty to use as the backing store for IconTemplateSelector. This enables animation, styling, binding, and so forth.
SelectedItemProperty
DependencyProperty to use as the backing store for SelectedItem. This enables animation, styling, binding, and so forth.
SelectItemCommand
The command that is invoked to indicate that an item should be selected. Set the CommandParameter to the container of the item to be selected. The control will travel up the element tree to the BreadcrumbBar where it will then select the object hierarchy leading to the desired item.

See Also