Back to Devexpress

Bar.CanMove Property

windowsforms-devexpress-dot-xtrabars-dot-bar-c0f182c5.md

latest1.1 KB
Original Source

Bar.CanMove Property

Gets a value indicating whether the Bar can be moved.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the Bar can be moved; otherwise, false.

|

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace