Back to Devexpress

SkinManager.AllowArrowDragIndicators Property

windowsforms-devexpress-dot-skins-dot-skinmanager-0b634a7f.md

latest1.7 KB
Original Source

SkinManager.AllowArrowDragIndicators Property

Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators.

Namespace : DevExpress.Skins

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static bool AllowArrowDragIndicators { get; set; }
vb
Public Shared Property AllowArrowDragIndicators As Boolean

Property Value

TypeDescription
Boolean

true if dragging-and-dropping columns is indicated using arrow indicators; otherwise, false.

|

Remarks

This property affects how drag-and-drop is indicated for controls that support dragging-and-dropping columns/fields (XtraGrid, XtraPivotGrid, XtraTreeList, etc). If the AllowArrowDragIndicators property is set to true , dragging-and-dropping columns is indicated using arrow glyps. Otherwise, drag-and-drop is indicated using empty rectangles.

See Also

AllowArrowDragIndicators

SkinManager Class

SkinManager Members

DevExpress.Skins Namespace