NavBarItemLink.ItemName Property
Gets the name of the item to which the link corresponds.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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