Skip to main content

PivotFieldDisplayTextEventArgsBase<T>.DisplayText Property

Gets or sets the text displayed in the field header or filter drop-down item.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

A String that specifies the text displayed in the field header or filter drop-down item.

Remarks

Initially, the DisplayText property contains the text currently displayed in the field header or filter drop-down item. To provide custom text, assign it to this property.

Use the PivotFieldDisplayTextEventArgsBase<T>.IsPopulatingFilterDropdown property to specify whether the displayed text is being customized for a field header or filter drop-down item.

See Also