Skip to main content
Row

PivotField.Behavior Property

Provides access to an object that allows you to restrict operations with the current PivotTable field.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

PivotFieldBehaviorOptions Behavior { get; }

Property Value

Type Description
PivotFieldBehaviorOptions

A PivotFieldBehaviorOptions object containing restriction specifications.

See Also