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

PivotCustomDrawCellEventArgs(IThreadSafeAccessible, PivotGridCellItem, AppearanceObject, ViewInfoPaintArgs, PivotGridViewInfo, MethodInvoker) Constructor

Initializes a new instance of the PivotCustomDrawCellEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotCustomDrawCellEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotGridCellItem cellItem,
    AppearanceObject appearance,
    ViewInfoPaintArgs paintArgs,
    PivotGridViewInfo viewInfo,
    MethodInvoker defaultDraw
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

An object that implements the IThreadSafeAccessible interface.

cellItem PivotGridCellItem

A PivotGridCellItem object.

appearance AppearanceObject

An object that specifies the painted element’s appearance settings. This value is assigned to the PivotCustomDrawCellEventArgs.Appearance property.

paintArgs DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs

A ViewInfoPaintArgs object.

viewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo

A PivotGridViewInfo object.

defaultDraw MethodInvoker

A MethodInvoker object.

See Also