Back to Devexpress

PivotCellBaseEventArgs.DisplayText Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-713e5c1c.md

latest1.1 KB
Original Source

PivotCellBaseEventArgs.DisplayText Property

Gets the display text of the cell currently being processed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public string DisplayText { get; }
vb
Public ReadOnly Property DisplayText As String

Property Value

TypeDescription
String

A string representing the cell’s display text.

|

See Also

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace