BarEditItemLink.EditItem Property
Gets the item to which the current link refers.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
BarEditItem | A BarEditItem object to which the current link refers. |
Remarks
You can associate a link with a bar item via the BarItemLinkBase.BarItemName property.
See Also