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.v24.2.Core.dll
Declaration
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