Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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 Return 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

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