Skip to main content
All docs
V26.1
  • IPivotTable.AllowDragFields Property

    Specifies whether users can drag field headers and drop them to other areas.

    Namespace: DevExpress.Blazor.PivotTable

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

    Declaration

    [DefaultValue(true)]
    bool AllowDragFields { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to enable field dragging; otherwise, false.

    Remarks

    Refer to the AllowDragFields property description for additional information and an example.

    See Also