Skip to main content
A newer version of this page is available. .

PivotFieldDisplayTextEventArgs.DisplayText Property

Gets or sets the item’s display text.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

A string value that specifies the item’s display text.

Remarks

Initially the DisplayText property contains the text currently displayed by the item (in a field header or by an item in the filter dropdown). To provide custom text, assign it to this property.

See Also