Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

DefaultBoolean AllowGroupHighlighting { get; set; }

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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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.

TileControl AllowGroupHighlighting

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.

See Also