New to Telerik UI for WPFStart a free 30-day trial

ViewModel class for the bookmarks Tab item.

Definition

Properties

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

C#
public ICommand BookmarkItemActivatedCommand { get; set; }

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

C#
public IEnumerable<BookmarkItemViewModel> Bookmarks { get; }

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

C#
public ICommand SyncCurrentBookmarkItemCommand { get; set; }