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

PivotCustomAppearanceEventArgs(IThreadSafeAccessible, PivotGridCellItem, AppearanceObject, PivotGridViewInfo, Nullable<Rectangle>) Constructor

Initializes a new instance of the PivotCustomAppearanceEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotCustomAppearanceEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotGridCellItem cellItem,
    AppearanceObject appearance,
    PivotGridViewInfo viewInfo,
    Rectangle? bounds
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

An object that implements the IThreadSafeAccessible interface.

cellItem PivotGridCellItem

A PivotGridCellItem object.

appearance AppearanceObject

An AppearanceObject that specifies the appearance. This value is assigned to the PivotCustomAppearanceEventArgs.Appearance property.

viewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo

A PivotGridViewInfo object.

bounds Nullable<Rectangle>

A Rectangle that specifies the cell coordinates and bounds.

See Also