Skip to main content
A newer version of this page is available. .
Bar

ToolBarControl.ActualShowDragWidget Property

Gets whether the drag widget is actually displayed.

Namespace: DevExpress.Xpf.Bars

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

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