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

CustomEditValueEventArgs(Object, PivotGridCellItem) Constructor

Initializes a new instance of the CustomEditValueEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public CustomEditValueEventArgs(
    object value,
    PivotGridCellItem cellItem
)

Parameters

Name Type Description
value Object

The edit value of the processed cell. This value is assigned to the CustomEditValueEventArgs.Value property.

cellItem PivotGridCellItem

The PivotGridCellItem object.

See Also