Skip to main content

ITileContainerProperties.AllowDragTilesBetweenGroups Property

Gets or sets whether tiles within TileContainer of this View can be dragged only within their parent TileGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool AllowDragTilesBetweenGroups { get; set; }

Property Value

Type Description
Boolean

true if tiles within this View’s tile containers can be dragged to any existing tile group; otherwise, false.

Remarks

The AllowDragTilesBetweenGroups property specifies the global behavior common to all TileContainers within this View and can be overridden for individual containers via the ITileContainerDefaultProperties.AllowDragTilesBetweenGroups property.

See Also