Back to Devexpress

BarManager.AllowHotCustomization Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-7c9339cd.md

latest1.3 KB
Original Source

BarManager.AllowHotCustomization Property

Gets or sets whether a bar can be customized without invoking Customization Mode, by dragging bar item links while holding the ALT key down. 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 AllowHotCustomization { get; set; }
vb
Public Property AllowHotCustomization As Boolean

Property Value

TypeDescription
Boolean

true if items can be dragged within and between bars when the ALT key is pressed; otherwise, false.

|

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace