TileControl.AllowGroupHighlighting Property
In This Article
Gets or sets whether TileGroups within the current TileControl are highlighted during TileItems drag-and-drop.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.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 Tile |
#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