New to Telerik UI for WPFStart a free 30-day trial

ViewModel class for the items in the DockingNavigator.

Definition

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 the icon of this navigator item model.

C#
public object Icon { 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

Determines whether the specified object is equal to the current object.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

true if the specified object is equal to the current object; otherwise, false.

Overrides: object.Equals(object)

Returns a hash code for this instance.

C#
public override int GetHashCode()
Returns:

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides: object.GetHashCode()

Gets the string representation of this item model.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()