Class
BookmarksTabItemViewModel

ViewModel class for the bookmarks Tab item.

Definition

Properties

BookmarkItemActivatedCommand

Gets or sets the command representing the action of activating a Bookmark item (usually a user click event).

Declaration

cs-api-definition
public ICommand BookmarkItemActivatedCommand { get; set; }

Property Value

ICommand

Bookmarks

Gets the collection of all top-level bookmarks in the bookmarks hierarchy.

Declaration

cs-api-definition
public IEnumerable<BookmarkItemViewModel> Bookmarks { get; }

Property Value

IEnumerable<BookmarkItemViewModel>

SyncCurrentBookmarkItemCommand

Gets or sets the command representing the action of synchronizing to the current Bookmark item.

Declaration

cs-api-definition
public ICommand SyncCurrentBookmarkItemCommand { get; set; }

Property Value

ICommand