Skip to main content
A newer version of this page is available. .

TileViewOptionsDragDrop.ShowDropIndicators Property

Gets or sets whether drop positions are indicated using special arrow glyphs.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

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
.OptionsDragDrop.ShowDropIndicators

Remarks

By default, drop positions are indicated using arrow glyphs. See the figure below.

TileViewOptionsDragDrop_ShowDropIndicators

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

See Also