Back to Devexpress

BarItemLink.CanDrag Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-e3079428.md

latest1.7 KB
Original Source

BarItemLink.CanDrag Property

Gets whether users can move this link between bars and remove it. For internal use.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool CanDrag { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property CanDrag As Boolean

Property Value

TypeDescription
Boolean

true if users can move this link between bars and remove it; otherwise, false.

|

Remarks

Users cannot move embedded bar items (for example, the close button). See Runtime Customization for more information on drag-and-drop operations.

See Also

Runtime Customization

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace