Back to Devexpress

PivotFieldDisplayTextEventArgs.IsPopulatingFilterDropdown Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfielddisplaytexteventargs-4029e930.md

latest2.0 KB
Original Source

PivotFieldDisplayTextEventArgs.IsPopulatingFilterDropdown Property

Gets whether the current event is called to populate the filter dropdown.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsPopulatingFilterDropdown { get; }
vb
Public ReadOnly Property IsPopulatingFilterDropdown As Boolean

Property Value

TypeDescription
Boolean

true if the event is called to populate the filter dropdown; false if the event is called to customize the display text of column and row headers.

|

Remarks

The PivotGridControl.FieldValueDisplayText event can be handled to perform the following:

  • to customize the display text of column and row headers. The event fires in turn for each visible header; in this case, the IsPopulatingFilterDropdown property is set to false.
  • to customize the display text of items displayed within the field’s filter dropdown. The event fires when a filter dropdown is invoked for each filter item. The IsPopulatingFilterDropdown property is set to true in this case.

See Also

PivotFieldDisplayTextEventArgs Class

PivotFieldDisplayTextEventArgs Members

DevExpress.Xpf.PivotGrid Namespace