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