Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarItemLink.ItemName Property

Gets the name of the item to which the link corresponds.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[Browsable(false)]
[XtraSerializableProperty]
public string ItemName { get; set; }

#Property Value

Type Description
String

A string value representing the name of the corresponding link.

#Remarks

This property reads the ComponentCollectionItem.Name property of the corresponding item to return its value. The corresponding item is accessed via the NavBarItemLink.Item property.

See Also