ClassRadPdfViewerNavigationPaneViewModel
ViewModel class for the RadPdfViewer's navigation pane.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Panels.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
public class RadPdfViewerNavigationPaneViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseRadPdfViewerNavigationPaneViewModel
Implements:
Inherited Members
Properties
AISummarizationTabItemViewModel
Gets or sets the view model for the AI summarization tab item.
Declaration
public AISummarizationTabItemViewModel AISummarizationTabItemViewModel { get; set; }
Property Value
AISummaryModel
Gets or sets the model for AI-powered summaries and chat messages.
Declaration
public AISummaryModel AISummaryModel { get; set; }
Property Value
BookmarksTabItemViewModel
Gets or sets the Bookmarks Tab item. It contains a collection of bookmarks, represented as table of contents.
Declaration
public BookmarksTabItemViewModel BookmarksTabItemViewModel { get; set; }
Property Value
CloseTabItemCommand
Gets or sets the command representing the action of closing a navigation pane's Tab item.
Declaration
public ICommand CloseTabItemCommand { get; set; }
Property Value
IsAIModelInitialized
Gets or sets a value indicating whether the AI model has been initialized.
SelectedIndex
Gets or sets the index of navigation pane currently selected Tab item.
SummaryProvider
Gets or sets the summary provider used for generating summaries and answering questions.
Declaration
public ISummaryProvider SummaryProvider { get; set; }
Property Value