Skip to main content
A newer version of this page is available. .

PivotGridField.Implicit(PivotGridField to PivotGridFieldBase) Operator

Defines an implicit conversion of a PivotGridField to a PivotGridFieldBase.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public static implicit operator PivotGridFieldBase(PivotGridField field)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object to convert.

Returns

Type Description
PivotGridFieldBase

A converted PivotGridFieldBase object.

See Also