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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowGroupHighlighting { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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