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

PivotGridFieldToolTips(PivotGridField) Constructor

Initializes a new instance of the PivotGridFieldToolTips class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridFieldToolTips(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that is a PivotGrid field.

See Also