PivotCellDisplayTextEventArgs.DisplayText Property
Gets or sets the display text for the cell currently being processed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
String | A string that represents the cell’s display text. |
Remarks
Initially the DisplayText property contains the text currently displayed in the cell. To provide custom text for the cell, assign it to this property.
The cell’s value can be obtained via the PivotCellBaseEventArgs.Value property.
See Also