Beispiel #1
0
        public BreadCrumbItem()
        {
            this.OverrideStyleKey <BreadCrumbItem>();

            SelectCommand  = new RelayCommand(OnSelectCommandExecute, () => true);
            ItemCollection = new BreadCrumbItemCollection(this);
        }
Beispiel #2
0
        public BreadCrumbControl()
        {
            this.OverrideStyleKey <BreadCrumbControl>();

            ItemCollection = new BreadCrumbItemCollection(this);
        }