ClassBookmarksTabItemViewModel
Class
ViewModel class for the bookmarks Tab item.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Panels.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
cs-api-definition
public class BookmarksTabItemViewModel : TabItemViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseTabItemViewModelBaseBookmarksTabItemViewModel
Implements:
Inherited Members
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
Bookmarks
Gets the collection of all top-level bookmarks in the bookmarks hierarchy.
Declaration
cs-api-definition
public IEnumerable<BookmarkItemViewModel> Bookmarks { get; }
Property Value
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