Back to Devexpress

PivotCellEventArgs.Element Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcelleventargs-d43ddeec.md

latest1.2 KB
Original Source

PivotCellEventArgs.Element Property

Gets the visual element that represents the processed cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public UIElement Element { get; }
vb
Public ReadOnly Property Element As UIElement

Property Value

TypeDescription
UIElement

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

|

See Also

PivotCellEventArgs Class

PivotCellEventArgs Members

DevExpress.Xpf.PivotGrid Namespace