Skip to main content
Bar

ToolBarControl.ActualShowDragWidget Property

Gets whether the drag widget is actually displayed.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool ActualShowDragWidget { get; protected set; }

Property Value

Type Description
Boolean

true, if the drag widget is actually displayed; otherwise, false.

See Also