IThreadSafeField.Area Property
In This Article
Gets the area in which the field is displayed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Field |
A Field |
Available values:
Name | Description |
---|---|
Row |
Corresponds to the row header area. |
Column |
Corresponds to the column header area. |
Filter |
Corresponds to the filter header area. |
Data |
Corresponds to the data header area. |
#Remarks
This property returns the PivotGridField.Area property value.
See Also