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

ITileContainerDefaultProperties.AppearanceGroupHighlighting Property

Gets or sets an object that specifies appearance settings used to highlight Tile Groups within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

GroupHighlightingProperties AppearanceGroupHighlighting { get; set; }

Property Value

Type Description
DevExpress.XtraEditors.GroupHighlightingProperties

A GroupHighlightingProperties object that contains appearance settings used to highlight Tile Groups within the current TileContainer.

Remarks

An end-user can re-arrange Tiles at runtime if the ITileContainerDefaultProperties.AllowDrag property equals true. In this case, source and destination Tile Groups can be highlighted according to the ITileContainerDefaultProperties.AllowGroupHighlighting property.

You can customize highlight colors and their opacities via the AppearanceGroupHighlighting object:

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

TileControl AllowGroupHighlighting

See Also