Back to Devexpress

ITileContainerDefaultProperties.ActualAppearanceGroupHighlighting Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-c02924a3.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
GroupHighlightingProperties ActualAppearanceGroupHighlighting { get; }
vb
ReadOnly Property ActualAppearanceGroupHighlighting As GroupHighlightingProperties

Property Value

TypeDescription
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

AllowGroupHighlighting

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace