Skip to main content
All docs
V20.1

PivotCustomAppearanceEventArgs Constructors

Provides data for the PivotGridControl.CustomAppearance event.
Name Parameters Description
PivotCustomAppearanceEventArgs(IThreadSafeAccessible, PivotGridCellItem, AppearanceObject, PivotGridViewInfo, Nullable<Rectangle>) threadSafeAccess, cellItem, appearance, viewInfo, bounds Initializes a new instance of the PivotCustomAppearanceEventArgs class.
See Also