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

ViewModel class for the RadPdfViewer's navigation pane.

Definition

Properties

Gets or sets the view model for the AI summarization tab item.

C#
public AISummarizationTabItemViewModel AISummarizationTabItemViewModel { get; set; }

Gets or sets the model for AI-powered summaries and chat messages.

C#
public AISummaryModel AISummaryModel { get; set; }

Gets or sets the Bookmarks Tab item. It contains a collection of bookmarks, represented as table of contents.

C#
public BookmarksTabItemViewModel BookmarksTabItemViewModel { get; set; }

Gets or sets the command representing the action of closing a navigation pane's Tab item.

C#
public ICommand CloseTabItemCommand { get; set; }

Gets or sets a value indicating whether the AI model has been initialized.

C#
public bool IsAIModelInitialized { get; set; }

Gets or sets the index of navigation pane currently selected Tab item.

C#
public int SelectedIndex { get; set; }

Gets or sets the summary provider used for generating summaries and answering questions.

C#
public ISummaryProvider SummaryProvider { get; set; }