Class NavigatorViewModel
Inheritance
System.Object
NavigatorViewModel
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class NavigatorViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
Declaration
public NavigatorViewModel()
Properties
Gets the collection of document pane models.
Declaration
public IEnumerable<NavigatorItemViewModel> ActiveDocumentsModels { get; }
Property Value
Gets the collection of non document pane models.
Declaration
public IEnumerable<NavigatorItemViewModel> ActivePanesModels { get; }
Property Value
Gets or sets all item models for this navigator view model.
Declaration
public ObservableCollection<NavigatorItemViewModel> ItemModels { get; }
Property Value
Gets or sets the selected pane model in the navigator.
Declaration
public NavigatorItemViewModel SelectedModel { get; set; }
Property Value
Events
Called when selected pane in the navigator is changed.
Declaration
public event EventHandler SelectedPaneChanged
Event Type
Extension Methods