PivotCustomFieldSortEventArgs.Field Property
In This Article
Gets the field whose values are sorted.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField Field { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
When PivotGridControl is in the Asynchronous Mode, the PivotGridControl.CustomFieldSort event is handled in a background thread and the Field property does not guarantee thread safety. An exception is thrown in this situation.
Important
In the Asynchronous Mode use the Pivot
See Also