Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CellElementData Class

Contains the pivot grid’s cell data, location, and layout characteristics.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public class CellElementData :
    ScrollableAreaItemBase

The following members return CellElementData objects:

#Remarks

The PivotGridCellMenuInfo.CellElementData property provides access to the CellElementData object.

#Inheritance

Object
DispatcherObject
DependencyObject
DataAreaElementData
DevExpress.Xpf.PivotGrid.Internal.ScrollableAreaItemBase
CellElementData
See Also