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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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