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

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.v19.1.dll

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