Class BookmarksTabItemViewModel
ViewModel class for the bookmarks Tab item.
Inherited Members
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Panels.ViewModels
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class BookmarksTabItemViewModel : TabItemViewModelBase, INotifyPropertyChanged, IDisposable
Properties
BookmarkItemActivatedCommand
Gets or sets the command representing the action of activating a Bookmark item (usually a user click event).
Declaration
public ICommand BookmarkItemActivatedCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Bookmarks
Gets the collection of all top-level bookmarks in the bookmarks hierarchy.
Declaration
public IEnumerable<BookmarkItemViewModel> Bookmarks { get; }
Property Value
System.Collections.Generic.IEnumerable<BookmarkItemViewModel>
|
IsVisible
Gets whether the bookmarks Tab should be visible on screen.
Declaration
public bool IsVisible { get; }
Property Value
System.Boolean
|
SyncCurrentBookmarkItemCommand
Gets or sets the command representing the action of synchronizing to the current Bookmark item.
Declaration
public ICommand SyncCurrentBookmarkItemCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|