Back to Devexpress

ITileContainerDefaultProperties.AllowGroupHighlighting Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-323d541c.md

latest3.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
DefaultBoolean AllowGroupHighlighting { get; set; }
vb
Property AllowGroupHighlighting As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

true , if Tile Groups within the current TileContainer are highlighted during a Tile‘s drag-and-drop. ; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

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.

See Also

AppearanceGroupHighlighting

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace