Back to Devexpress

PivotCellEventArgs.DisplayText Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargs-2033a09d.md

latest1.1 KB
Original Source

PivotCellEventArgs.DisplayText Property

Gets the display text of the cell currently being processed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.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

PivotCellEventArgs Class

PivotCellEventArgs Members

DevExpress.XtraPivotGrid Namespace