Back to Devexpress

RemoveBarAction Class

wpf-devexpress-dot-xpf-dot-bars-a7b6d4db.md

latest2.3 KB
Original Source

RemoveBarAction Class

Removes a bar from the BarManager.Bars collection.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public class RemoveBarAction :
    BarActionBase
vb
<Browsable(False)>
Public Class RemoveBarAction
    Inherits BarActionBase

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.

xaml
<dxb:BarManagerActionContainer>
    <dxb:RemoveBarAction BarName="barFormat"/>
    <!--...-->

See Bar Actions to learn more.

Implements

IControllerAction

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement BarManagerControllerActionBase BarActionBase RemoveBarAction

See Also

RemoveBarAction Members

Bar Actions

DevExpress.Xpf.Bars Namespace