FilterPopupExcelDataEventArgs.Field Property
In This Article
Gets a Pivot Grid field for which the event is raised.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridField Field { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also