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

TileControl.AllowGroupHighlighting Property

Gets or sets whether TileGroups within the current TileControl are highlighted during TileItems drag-and-drop.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowGroupHighlighting { get; set; }

Property Value

Type Default Description
Boolean **false**

true if TileGroups within the current TileControl are highlighted during TileItems drag-and-drop; otherwise, false.

Remarks

An end-user can re-arrange TileItems at runtime if the TileControl.AllowDrag property is true. In this case, source and destination TileGroups can be highlighted depending on the AllowGroupHighlighting property. The figure below illustrates this.

TileControl AllowGroupHighlighting

Highlight colors can be customized via the TileControl.AppearanceGroupHighlighting object.

See Also