PivotGridField.Implicit(PivotGridField to PivotGridFieldBase) Operator
Defines an implicit conversion of a PivotGridField to a PivotGridFieldBase.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotGridField | A PivotGridField object to convert. |
Returns
Type | Description |
---|---|
PivotGridFieldBase | A converted PivotGridFieldBase object. |
See Also