Skip to content

BreadcrumbViewModel

Dirkster99 edited this page Sep 6, 2018 · 1 revision

The BreadcrumbViewModel is the root ViewModel that manages all viewmodel details of the Breadcrumb control.

The VisualTree of the Breadcrumb control contains all other controls that are displayed within the Breadcrumb control. The BreadcrumbViewModel contains, in a similar fashion, all properties and methods to instantiate all other viewmodels that are required to drive the details of the Breadcrumb control. It is therefore, fair to say, that the BreadcrumbViewModel mirrors the functionality of the Breadcrumb control and both must be working together to make all data and UI aspects work fluently.

Properties