wpf-devexpress-dot-xpf-dot-bars-5b86ce09.md
Replaces a bar item link at a specific position within a target object (a bar, a menu, etc.) with another bar item link.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
[Browsable(false)]
public class SetBarItemLinkAction :
InsertBarItemLinkAction
<Browsable(False)>
Public Class SetBarItemLinkAction
Inherits InsertBarItemLinkAction
This action replaces a bar item link at a specific position (BarItemLinkActionBase.ItemLinkIndex) within a target object with another bar item link (InsertBarItemLinkAction.ItemLink). The target object is specified by the BarItemLinkActionBase.Target or BarItemLinkActionBase.TargetType property.
See Bar Actions to learn more.
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement BarManagerControllerActionBase BarItemLinkActionBase InsertBarItemLinkAction SetBarItemLinkAction
See Also