BarEditItemLink.EditItem Property
In This Article
Gets the item to which the current link refers.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public BarEditItem EditItem { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
You can associate a link with a bar item via the BarItemLinkBase.BarItemName property.
See Also