Skip to main content
A newer version of this page is available. .
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.v18.2.Core.dll

Declaration

PivotFieldBehaviorOptions Behavior { get; }

Property Value

Type Description
PivotFieldBehaviorOptions

A PivotFieldBehaviorOptions object containing restriction specifications.

See Also