PivotTableFieldPositionChangingEventArgs.Cancel Property
Specifies whether the field moving should be canceled.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also