New to Telerik UI for WPFStart a free 30-day trial

ViewModel class for the bookmark item.

Definition

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; }

Gets the textual path built from the most top-level parent to the current bookmark item.

C#
public string Path { get; }