Back to Devexpress

PivotFieldBehaviorOptions.DragOffAllowed Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfieldbehavioroptions-ee78157f.md

latest1.5 KB
Original Source

PivotFieldBehaviorOptions.DragOffAllowed Property

Gets or sets a value indicating whether the field can be removed from the pivot table.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool DragOffAllowed { get; set; }
vb
Property DragOffAllowed As Boolean

Property Value

TypeDescription
Boolean

true , if the field can be removed from the pivot table; otherwise, false.

The default value is true.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DragOffAllowed
PivotField

.Behavior .DragOffAllowed

|

See Also

PivotFieldBehaviorOptions Interface

PivotFieldBehaviorOptions Members

DevExpress.Spreadsheet Namespace