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

PivotCellEventArgs.Element Property

Gets the visual element that represents the processed cell.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public UIElement Element { get; }

Property Value

Type Description
UIElement

A UIElement object specifying the visual element that represents the processed cell.

See Also