TileViewOptionsDragDrop.ShowDropIndicators Property
Gets or sets whether drop positions are indicated using special arrow glyphs.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowDropIndicators { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true | true if drop positions are indicated using arrow glyphs; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowDropIndicators |
|---|---|
| TileView |
|
Remarks
By default, drop positions are indicated using arrow glyphs. See the figure below.

Set the ShowDropIndicators property to false to prevent the arrows from being displayed.
See Also