Back to Devexpress

ToolBarControlBase.AllowRemove Property

wpf-devexpress-dot-xpf-dot-bars-dot-toolbarcontrolbase-231de6fe.md

latest1.1 KB
Original Source

ToolBarControlBase.AllowRemove Property

Gets or sets whether end-users can remove a toolbar item from its container. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowRemove { get; set; }
vb
Public Property AllowRemove As Boolean

Property Value

TypeDescription
Boolean

true, if end-users can remove a toolbar item from its container; otherwise, false.

|

See Also

ToolBarControlBase Class

ToolBarControlBase Members

DevExpress.Xpf.Bars Namespace