Back to Devexpress

ITileContainerDefaultProperties.AllowDragTilesBetweenGroups Property

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

latest3.2 KB
Original Source

ITileContainerDefaultProperties.AllowDragTilesBetweenGroups Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
DefaultBoolean AllowDragTilesBetweenGroups { get; set; }
vb
Property AllowDragTilesBetweenGroups As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultEnumerator value that specifies whether tiles within this TileContainer can be dragged only within their parent TileGroup.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Tiles can be arranged into multiple groups via the TileItem.Group. If the ITileContainerDefaultProperties.AllowDrag property is not disabled, end-users can drag tiles at runtime. The AllowDragTilesBetweenGroups property specifies whether tiles can be dragged only within its parent group, or to anywhere within this container.

The AllowDragTilesBetweenGroups property value overrides the global setting specified via the ITileContainerProperties.AllowDragTilesBetweenGroups property.

See Also

Group

AllowDrag

AllowDragTilesBetweenGroups

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace