Back to Devexpress

PivotFieldBehaviorOptions.DragToPageAllowed Property

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

latest1.6 KB
Original Source

PivotFieldBehaviorOptions.DragToPageAllowed Property

Gets or sets a value indicating whether the field can be moved to the PivotTable report filter area.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , if the field can be moved to the report filter area; otherwise, false.

The default value is true.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DragToPageAllowed
PivotField

.Behavior .DragToPageAllowed

|

See Also

PivotFieldBehaviorOptions Interface

PivotFieldBehaviorOptions Members

DevExpress.Spreadsheet Namespace