Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

Declaration

PivotFieldBehaviorOptions Behavior { get; }

Property Value

Type Description
PivotFieldBehaviorOptions

A PivotFieldBehaviorOptions object containing restriction specifications.

See Also