SetBarAction Class
In This Article
Replaces a bar at a specific position within the BarManager.Bars collection with another bar.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
This action replaces a bar at a specific position (InsertBarAction.BarIndex) within the BarManager.Bars collection with another bar (InsertBarAction.Bar).
See Customizing Bars via Actions to learn more.
#Inheritance
See Also