Back to Devexpress

NavBarItemLink.ItemName Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritemlink-b44bcf9d.md

latest1.5 KB
Original Source

NavBarItemLink.ItemName Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public string ItemName { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Property ItemName As String

Property Value

TypeDescription
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

NavBarItem

Item

NavBarItemLink Class

NavBarItemLink Members

DevExpress.XtraNavBar Namespace