Back to Devexpress

ITileContainerDefaultProperties.CanDrag Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-cdca932c.md

latest2.0 KB
Original Source

ITileContainerDefaultProperties.CanDrag Property

Gets whether an end-user can drag-and-drop Tiles within the current TileContainer at runtime.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool CanDrag { get; }
vb
ReadOnly Property CanDrag As Boolean

Property Value

TypeDescription
Boolean

true if an end-user can drag-and-drop Tiles within the current TileContainer at runtime; otherwise, false.

|

Remarks

See the ITileContainerDefaultProperties.AllowDrag property to learn more.

See Also

AllowDrag

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace