Skip to main content

CellElement Class

A Pivot Grid’s data cell to which the cell style is applied.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public class CellElement :
    DataAreaElement

Remarks

Use the PivotGridControl.CellStyle property to specify the cell style.

See Also