ClassNavigatorViewModel
Class
The view model class used for the DockingNavigator control.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public class NavigatorViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseNavigatorViewModel
Implements:
Inherited Members
Constructors
NavigatorViewModel()
Initializes a new instance of the NavigatorViewModel class.
Declaration
cs-api-definition
public NavigatorViewModel()
Properties
ActiveDocumentsModels
Gets the collection of document pane models.
Declaration
cs-api-definition
public IEnumerable<NavigatorItemViewModel> ActiveDocumentsModels { get; }
Property Value
ActivePanesModels
Gets the collection of non document pane models.
Declaration
cs-api-definition
public IEnumerable<NavigatorItemViewModel> ActivePanesModels { get; }
Property Value
ItemModels
Gets or sets all item models for this navigator view model.
Declaration
cs-api-definition
public ObservableCollection<NavigatorItemViewModel> ItemModels { get; }
Property Value
SelectedModel
Gets or sets the selected pane model in the navigator.
Declaration
cs-api-definition
public NavigatorItemViewModel SelectedModel { get; set; }
Property Value
Events
SelectedPaneChanged
Called when selected pane in the navigator is changed.
Declaration
cs-api-definition
public event EventHandler SelectedPaneChanged
Event Value