Back to Devexpress

DataViewBase.AllowMovingProperty Field

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-fc23fcb6.md

latest1.2 KB
Original Source

DataViewBase.AllowMovingProperty Field

OBSOLETE

Instead use the AllowColumnMoving property.

Identifies the DataViewBase.AllowMoving dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Instead use the AllowColumnMoving property.")]
public static readonly DependencyProperty AllowMovingProperty
vb
<Obsolete("Instead use the AllowColumnMoving property.")>
Public Shared ReadOnly AllowMovingProperty As DependencyProperty

Field Value

TypeDescription
DependencyProperty

A dependency property identifier.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace