Class
BookmarkItemViewModel

ViewModel class for the bookmark item.

Definition

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

IEnumerable<BookmarkItemViewModel>

IsExpanded

Gets or sets whether the bookmark item should be expanded or collapsed in the visual tree, when has any children.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

IsSelected

Gets or sets whether the bookmark item is marked as selected.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Path

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

Declaration

cs-api-definition
public string Path { get; }

Property Value

string