ViewModel class for the bookmark item.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Panels.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
C#
public class BookmarkItemViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseBookmarkItemViewModel
Implements:
Inherited Members
Properties
BookmarkItemModel
BookmarkItem
Gets the BookmarkItem instance related to this ViewModel.
C#
public BookmarkItem BookmarkItemModel { get; }
Gets the immediate children of the current bookmark item in the bookmarks hierarchy.
C#
public IEnumerable<BookmarkItemViewModel> Children { get; }
Gets or sets whether the bookmark item should be expanded or collapsed in the visual tree, when has any children.
C#
public bool IsExpanded { get; set; }
Gets or sets whether the bookmark item is marked as selected.
C#
public bool IsSelected { get; set; }