RemoveBarAction Class
In This Article
Removes a bar from the BarManager.Bars collection.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
A bar to be removed can be specified via the inherited BarActionBase.BarName or BarActionBase.BarIndex property. The BarActionBase.BarIndex property is in effect if the BarActionBase.BarName property is not set.
<dxb:BarManagerActionContainer>
<dxb:RemoveBarAction BarName="barFormat"/>
<!--...-->
See Customizing Bars via Actions to learn more.
#Inheritance
See Also