Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotCustomFieldValueCellsEventArgsBase(PivotVisualItemsBase) Constructor

Initializes a new instance of the PivotCustomFieldValueCellsEventArgsBase class.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public PivotCustomFieldValueCellsEventArgsBase(
    PivotVisualItemsBase items
)

Parameters

Name Type Description
items DevExpress.XtraPivotGrid.Data.PivotVisualItemsBase

A DevExpress.XtraPivotGrid.Data.PivotVisualItemsBase class descendant.

See Also