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

PivotCustomDrawCellBaseEventArgs(IThreadSafeAccessible, PivotGridCellItem, PivotGridViewInfo) Constructor

Initializes a new instance of the PivotCustomDrawCellBaseEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotCustomDrawCellBaseEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotGridCellItem cellItem,
    PivotGridViewInfo viewInfo
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

An object that implements the IThreadSafeAccessible interface.

cellItem PivotGridCellItem

A PivotGridCellItem object.

viewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo

A PivotGridViewInfo object.

See Also