Skip to main content
A newer version of this page is available. .

IThreadSafeField.Area Property

Gets the area in which the field is displayed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

Declaration

FieldArea Area { get; }

Property Value

Type Description
FieldArea

A FieldArea enumeration value that specifies the area in which the field is displayed.

Available values:

Name Description
RowArea

Corresponds to the row header area.

ColumnArea

Corresponds to the column header area.

FilterArea

Corresponds to the filter header area.

DataArea

Corresponds to the data header area.

Remarks

This property returns the PivotGridField.Area property value.

See Also