Back to Devexpress

WindowsFormsSettings.AllowArrowDragIndicators Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-b53ddec0.md

latest1.7 KB
Original Source

WindowsFormsSettings.AllowArrowDragIndicators Property

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

Namespace : DevExpress.XtraEditors

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

See the SkinManager.AllowArrowDragIndicators property, which is equivalent to the WindowsFormsSettings.AllowArrowDragIndicators property, for details.

See Also

AllowArrowDragIndicators

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace