Skip to main content

NavBarItemLink.ItemName Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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