Back to Devexpress

CellElement Class

wpf-devexpress-dot-xpf-dot-pivotgrid-9d612f4b.md

latest1.7 KB
Original Source

CellElement Class

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class CellElement :
    DataAreaElement
vb
Public Class CellElement
    Inherits DataAreaElement

Remarks

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

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DataAreaElement CellElement LightweightCellElement

See Also

CellElement Members

DevExpress.Xpf.PivotGrid Namespace