Class
NavigatorItemViewModel

ViewModel class for the items in the DockingNavigator.

Definition

Constructors

NavigatorItemViewModel()

Declaration

cs-api-definition
public NavigatorItemViewModel()

Properties

Description

Gets or sets the description of this navigator item model.

Declaration

cs-api-definition
public object Description { get; set; }

Property Value

object

Gets or sets the footer of this navigator item model.

Declaration

cs-api-definition
public object Footer { get; set; }

Property Value

object

Header

Gets or sets the header of this navigator item model.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

Icon

Gets or sets the icon of this navigator item model.

Declaration

cs-api-definition
public object Icon { get; set; }

Property Value

object

IsDocumentPane

Gets or sets a value indicating whether this navigator item model is created for document pane.

Declaration

cs-api-definition
public bool IsDocumentPane { get; set; }

Property Value

bool

Methods

Equals(object)

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

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
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()

ToString()

Gets the string representation of this item model.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()