ViewModel class for the bookmarks Tab item.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Panels.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
C#
public class BookmarksTabItemViewModel : TabItemViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseTabItemViewModelBaseBookmarksTabItemViewModel
Implements:
Inherited Members
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; }