Back to Devexpress

IThreadSafeField.Area Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-ithreadsafefield-6f6492d0.md

latest1.8 KB
Original Source

IThreadSafeField.Area Property

Gets the area in which the field is displayed.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
FieldArea Area { get; }
vb
ReadOnly Property Area As FieldArea

Property Value

TypeDescription
FieldArea

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

|

Available values:

NameDescription
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

Area

IThreadSafeField Interface

IThreadSafeField Members

DevExpress.Xpf.PivotGrid Namespace