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

CellElement Class

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

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public class CellElement :
    DataAreaElement

Remarks

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

See Also