Class RadPdfViewerNavigationPaneViewModel
ViewModel class for the RadPdfViewer's navigation pane.
Inheritance
System.Object
RadPdfViewerNavigationPaneViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class RadPdfViewerNavigationPaneViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
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
Gets or sets the command representing the action of closing a navigation pane's Tab item.
Declaration
public ICommand CloseTabItemCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Gets or sets whether the navigation pane splitter should be visible on screen.
Declaration
public bool IsSplitterVisible { get; set; }
Property Value
Gets or sets whether the navigation pane should be visible on screen.
Declaration
public bool IsVisible { get; set; }
Property Value
Gets or sets the navigation pane Tab items minimal width.
Declaration
public double PaneContentMinWidth { get; set; }
Property Value
Gets or sets the navigation pane Tab items width.
Declaration
public double? PaneContentWidth { get; set; }
Property Value
System.Nullable<System.Double>
|
Gets or sets the index of navigation pane currently selected Tab item.
Declaration
public int SelectedIndex { get; set; }
Property Value
Gets or sets the command representing the navigation pane selection changed action.
Declaration
public ICommand TabSelectionChangedCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Extension Methods