PivotCalculatedFieldCollection.First Property
In This Article
Returns the first calculated field in the PivotCalculatedFieldCollection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PivotField First { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also