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

PivotCustomDrawFieldValueThreadSafeEventArgs.DisplayText Property

Gets the display text of the header currently being painted.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public string DisplayText { get; }

Property Value

Type Description
String

A String that specifies the header’s display text.

See Also