Skip to main content
All docs
V25.1
  • IPivotTable.AllowDragFieldsInFieldList Property

    Specifies whether users can drag fields in the Field List.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

    true to enable field dragging in the Field List; otherwise, false.

    Remarks

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

    See Also