Skip to main content

ITileContainerDefaultProperties.ActualAppearanceGroupHighlighting Property

Gets the current appearance settings used to highlight Tile Groups within this TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

GroupHighlightingProperties ActualAppearanceGroupHighlighting { get; }

Property Value

Type Description
DevExpress.XtraEditors.GroupHighlightingProperties

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

Remarks

When an end-user drags Tiles to re-arrange them at runtime, source and destination Tile Groups can be highlighted with colors. See the ITileContainerDefaultProperties.AllowGroupHighlighting property to learn more.

See Also