Skip to main content
Bar

BarItemLink.BarItemName Property

Gets or sets the name of the bar item to which the current link refers. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[XtraSerializableProperty]
public string BarItemName { get; set; }

#Property Value

Type Description
String

A string value that specifies the bar item's name.

#Remarks

For items to be displayed in bars, you need to create corresponding links. When defining a link in XAML, you need to associate the link with an item. This is performed by setting the BarItemName property to the name of the target item.

For more information, see Items and Links.

See Also