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