Back to Devexpress

TileControl.AppearanceGroupHighlighting Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-aeb039c5.md

latest2.7 KB
Original Source

TileControl.AppearanceGroupHighlighting Property

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

Declaration

csharp
[DXCategory("Appearance")]
public GroupHighlightingProperties AppearanceGroupHighlighting { get; set; }
vb
<DXCategory("Appearance")>
Public Property AppearanceGroupHighlighting As GroupHighlightingProperties

Property Value

TypeDescription
DevExpress.XtraEditors.GroupHighlightingProperties

A GroupHighlightingProperties object that contains appearance settings used to highlight TileGroups within the current TileControl.

|

Remarks

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:

  • the MaskColor property - specifies the origin group’s highlighting color (purple in the image below);
  • the HoveredMaskColor property - specifies the destination group’s highlighting color (orange in the image below);
  • the MaskOpacity and HoveredMaskOpacity properties - get or set the opacity for the MaskColor and HoveredMaskColor colors respectively.

See Also

AllowDrag

AllowGroupHighlighting

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace