Skip to main content
A newer version of this page is available. .

NavElement.ToString() Method

Returns the element’s full name.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public override string ToString()

Returns

Type Description
String

A string value representing the element’s name and caption.

Remarks

The ToString method overrides the base class’s method to return the element’s full name - its name (ComponentCollectionItem.Name) and caption (NavElement.Caption).

See Also