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

BarItemLink.CanDrag Property

Indicates whether the current BarItemLink can be dragged during customization.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool CanDrag { get; }

Property Value

Type Description
Boolean

true, if the current BarItemLink can be dragged during customization, otherwise, false.

Remarks

The only way a user can add and remove links from the customization dialog or from one bar to another is by dragging. Items cannot be dragged from one place to another at runtime if the CanDrag property is false.

See Also