Class NavigatorItemViewModel
Inheritance
System.Object
NavigatorItemViewModel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class NavigatorItemViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
Declaration
public NavigatorItemViewModel()
Properties
Gets or sets the description of this navigator item model.
Declaration
public object Description { get; set; }
Property Value
Gets or sets the icon of this navigator item model.
Declaration
public object Icon { get; set; }
Property Value
Gets or sets a value indicating whether this navigator item model is created for document pane.
Declaration
public bool IsDocumentPane { get; set; }
Property Value
Methods
Determines whether the specified System.Object is equal
to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object.
|
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false.
|
Overrides
System.Object.Equals(System.Object)
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
|
Overrides
System.Object.GetHashCode()
Gets the string representation of this item model.
Declaration
public override string ToString()
Returns
Overrides
System.Object.ToString()
Extension Methods