Back to Devexpress

ITileContainerDefaultProperties.CanDragTilesBetweenGroups Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-739b9bff.md

latest1.9 KB
Original Source

ITileContainerDefaultProperties.CanDragTilesBetweenGroups Property

Gets whether an end-user can drag tiles to anywhere within this container, or within its parent group only.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if an end-user can drag tiles to anywhere within this container; otherwise, false.

|

Remarks

See the ITileContainerDefaultProperties.AllowDragTilesBetweenGroups property for details.

See Also

AllowDragTilesBetweenGroups

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace