Skip to main content

PivotFieldDisplayTextEventArgs.DisplayText Property

Gets or sets the item's display text.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#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