The Breadcrumb control supports custom action buttons, which are presented on the right side of the control. These buttons can be used to perform any operation, however for proper usage their purpose should be related to the nodes represented in the Breadcrumb.
The Breadcrumb control using the Aero theme with various action buttons
Adding an Action Button
Any Button
, or Button
-derived class, can be added to the ActionAdd
or Insert
methods directly. Because the embedded progress bar can be shown under the action buttons, it is recommended that the Popup
This sample code shows how to add an action button:
Supported Commands
The Breadcrumb supports the following NavigationCommands
:
Routed Command | Action Performed |
---|---|
BrowseHome |
Selects the root item. |
FirstPage |
Selects the root item. |
GoToPage |
Selects the item whose path is indicated by the command parameter. |
LastPage |
Selects the last visible item below the currently selected item. This command is only valid when one or more tail items are visible. |
NextPage |
Selects the next visible item below the currently selected item. This command is only valid when one or more tail items are visible. |
PreviousPage |
Selects the parent item of the currently selected item. |
Associated Members
The following Breadcrumb members are associated with action buttons:
Member | Description |
---|---|
Action |
Gets the action buttons shown on the right side of the breadcrumb control. |