ViewModel class for the items in the DockingNavigator.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class NavigatorItemViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseNavigatorItemViewModel
Implements:
Inherited Members
Constructors
C#
public NavigatorItemViewModel()
Properties
Gets or sets the description of this navigator item model.
C#
public object Description { get; set; }
Gets or sets the footer of this navigator item model.
C#
public object Footer { get; set; }
Gets or sets the header of this navigator item model.
C#
public object Header { get; set; }
Gets or sets a value indicating whether this navigator item model is created for document pane.
C#
public bool IsDocumentPane { get; set; }
Methods
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Gets the string representation of this item model.