IPivotTable.AllowDragFields Property
Specifies whether users can drag field headers and drop them to other areas.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[DefaultValue(true)]
bool AllowDragFields { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Refer to the AllowDragFields property description for more information and an example.
See Also