windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-aeb039c5.md
Gets or sets an object that specifies appearance settings used to highlight TileGroups within the current TileControl.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public GroupHighlightingProperties AppearanceGroupHighlighting { get; set; }
<DXCategory("Appearance")>
Public Property AppearanceGroupHighlighting As GroupHighlightingProperties
| Type | Description |
|---|---|
| DevExpress.XtraEditors.GroupHighlightingProperties |
A GroupHighlightingProperties object that contains appearance settings used to highlight TileGroups within the current TileControl.
|
An end-user can re-arrange TileItems at runtime if the TileControl.AllowDrag property equals true. In this case, source and destination TileGroups can be highlighted depending on the TileControl.AllowGroupHighlighting property.
You can customize highlighting colors and their opacities via the AppearanceGroupHighlighting object:
See Also