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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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