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> |
|
Remarks
Refer to the AllowDrag property description for more information and an example.
See Also