ITileContainerDefaultProperties.AllowGroupHighlighting Property
Gets or sets whether Tile Groups within the current TileContainer are highlighted during a Tile's drag-and-drop.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
DefaultBoolean AllowGroupHighlighting { get; set; }
Property AllowGroupHighlighting As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | true, if Tile Groups within the current TileContainer are highlighted during a Tile's drag-and-drop. ; otherwise, false. |
Remarks
An end-user can re-arrange Tiles at runtime if the ITileContainerDefaultProperties.AllowDrag property is true. In this case, source and destination Tile Groups can be highlighted depending on the AllowGroupHighlighting property. The figure below illustrates this.
Highlight colors can be customized via the ITileContainerDefaultProperties.AppearanceGroupHighlighting object.
Use the BaseTile.Group property to specify a Tile Group to which the current Tile belongs.