Class PivotViewFilterSetting
Represents a filter setting configuration for applying selective or conditional filtering to fields in the SfPivotView<TValue> component.
Inheritance
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotViewFilterSetting : PivotFilterSetting, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks
The PivotViewFilterSetting class defines filter criteria that can be applied to specific fields in the pivot table. Filter settings support both member-based filtering (selecting specific items to include or exclude) and value-based filtering (applying conditional operators to filter based on field values). These filters control which data members are displayed in the pivot table, enabling focused analysis of specific data subsets.
Filter settings can be configured for fields in any axis (rows, columns, values, or filters) and are applied during data processing to determine the final set of displayed members.
Constructors
PivotViewFilterSetting()
Declaration
public PivotViewFilterSetting()
Methods
Dispose(bool)
Dispose unmanaged resources in the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
OnInitializedAsync()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
Overrides
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
| Type | Description |
|---|---|
| Task | A System.Threading.Tasks.Task representing any asynchronous operation. |