Skip to main content
All docs
V25.1

IPivotTableField.FilterFieldName Property

Returns the filter field name that is used by the filtering mechanism.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

string FilterFieldName { get; }

Property Value

Type Description
String

The filter field name.

Remarks

Refer to the FilterFieldName property description for more information and an example.

See Also