The following Xaml mark-up illustrates two RemoveAction objects. The first action removes all links to the "Save As" bar item (the ElementName) property. The second action is more specific and removes the "Editors" page group from the "Designer" page (the ContainerName property).
XAML |
<dxb:RemoveAction ElementName="{x:Static dxrud:DefaultBarItemNames.SaveAs}" />
<dxb:RemoveAction ContainerName="{x:Static dxrud:DefaultBarItemNames.DesignerPage}"
ElementName="{x:Static dxrud:DefaultBarItemNames.EditorsGroup}" />
|
See the Bar Actions topic to learn more.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
DXFrameworkContentElement
BarManagerControllerActionBase
DevExpress.Xpf.Bars.CollectionAction
RemoveAction