Back to Devexpress

PivotCellDisplayTextEventArgs.DisplayText Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-pivotcelldisplaytexteventargs.md

latest1.5 KB
Original Source

PivotCellDisplayTextEventArgs.DisplayText Property

Gets or sets the display text for the cell currently being processed.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
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

PivotCellDisplayTextEventArgs Class

PivotCellDisplayTextEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace