PivotCellDisplayTextEventArgs.DisplayText Property
Gets or sets the display text for the cell currently being processed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
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 PivotCellEventArgsBase<TField, TData, TCustomTotal>.Value property.
See Also