ITileContainerDefaultProperties.AllowGroupHighlighting Property
Gets or sets whether Tile Groups within the current TileContainer are highlighted during a Tile‘s drag-and-drop.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DefaultBoolean | true, if Tile Groups within the current TileContainer are highlighted during a Tile‘s drag-and-drop. ; otherwise, false. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
An end-user can re-arrange Tiles at runtime if the ITileContainerDefaultProperties.AllowDrag property is true. In this case, source and destination Tile Groups can be highlighted depending on the AllowGroupHighlighting property. The figure below illustrates this.
Highlight colors can be customized via the ITileContainerDefaultProperties.AppearanceGroupHighlighting object.
Use the BaseTile.Group property to specify a Tile Group to which the current Tile belongs.