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

PivotFieldImageIndexEventArgs(IThreadSafeAccessible, PivotFieldValueItem) Constructor

Initializes a new instance of the PivotFieldImageIndexEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotFieldImageIndexEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotFieldValueItem item
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

An object that implements the IThreadSafeAccessible interface. Provides access to pivot grid data.

item PivotFieldValueItem

A PivotFieldValueItem object.

Remarks

Instances of the PivotFieldImageIndexEventArgs class are automatically created, initialized and passed to event handlers. Typically, there is no need to call this constructor directly from your code.

See Also