Back to Devexpress

VGridOptionsBehavior.DragRowHeaders Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-77065a92.md

latest2.2 KB
Original Source

VGridOptionsBehavior.DragRowHeaders Property

Gets or sets whether end-users are allowed to move row headers using drag and drop.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool DragRowHeaders { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property DragRowHeaders As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow end-users to move row headers using drag-and-drop; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DragRowHeaders
VGridControlBase

.OptionsBehavior .DragRowHeaders

|

Remarks

Set the DragRowHeaders property to true to allow end-users to move row headers. Note that the row’s VGridOptionsRow.AllowMove option must also be set to true.

Please refer to the Using Drag and Drop topic for details on row dragging.

See Also

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace