Back to Devexpress

TileViewOptionsDragDrop.ShowDropIndicators Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionsdragdrop-fc247dc9.md

latest2.1 KB
Original Source

TileViewOptionsDragDrop.ShowDropIndicators Property

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

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowDropIndicators { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowDropIndicators As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if drop positions are indicated using arrow glyphs; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowDropIndicators
TileView

.OptionsDragDrop .ShowDropIndicators

|

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

TileViewOptionsDragDrop Class

TileViewOptionsDragDrop Members

DevExpress.XtraGrid.Views.Tile Namespace