Back to Devexpress

TileControl.AllowGroupHighlighting Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-7702b262.md

latest2.5 KB
Original Source

TileControl.AllowGroupHighlighting Property

Gets or sets whether TileGroups within the current TileControl are highlighted during TileItems drag-and-drop.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowGroupHighlighting { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property AllowGroupHighlighting As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if TileGroups within the current TileControl are highlighted during TileItems drag-and-drop; otherwise, false.

|

Remarks

An end-user can re-arrange TileItems at runtime if the TileControl.AllowDrag property is true. In this case, source and destination TileGroups can be highlighted depending on the AllowGroupHighlighting property. The figure below illustrates this.

Highlight colors can be customized via the TileControl.AppearanceGroupHighlighting object.

See Also

AppearanceGroupHighlighting

AllowDrag

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace