NavBarItemLink.ItemName Property
In This Article
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
#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