Skip to main content
All docs
V25.1
  • IPivotTableField.AllowDrag Property

    Specifies whether users can drag the field header and drop it to another area.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    bool? AllowDrag { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to enable field dragging; otherwise, false.

    Remarks

    Refer to the AllowDrag property description for more information and an example.

    See Also