windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-7702b262.md
Gets or sets whether TileGroups within the current TileControl are highlighted during TileItems drag-and-drop.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowGroupHighlighting { get; set; }
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property AllowGroupHighlighting As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if TileGroups within the current TileControl are highlighted during TileItems drag-and-drop; otherwise, false.
|
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.
Highlight colors can be customized via the TileControl.AppearanceGroupHighlighting object.
See Also