Skip to main content
A newer version of this page is available. .

PivotCellEventArgs Class

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v17.2.dll

Declaration

public class PivotCellEventArgs :
    PivotCellBaseEventArgs

The following members accept/return PivotCellEventArgs objects:

Remarks

The PivotCellEventArgs inherits properties from the PivotCellBaseEventArgs class that identify the row and column in which the processed cell resides, the data field to which the cell corresponds. It introduces the PivotCellEventArgs.Focused and PivotCellEventArgs.Selected properties that identify whether the processed cell is focused or selected, respectively.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotCellEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also