[]
Sets the FilterFields property.
public PivotPanelBuilder FilterFields(Action<ViewFieldCollectionBuilder> build)
| Type | Name | Description |
|---|---|---|
| Action<ViewFieldCollectionBuilder> | build | The build function |
| Type | Description |
|---|---|
| PivotPanelBuilder | Current builder |
Gets the list of PivotField objects that define the fields used as filters.
Sets the FilterFields property.
public PivotPanelBuilder FilterFields(params string[] fieldKeys)
| Type | Name | Description |
|---|---|---|
| string[] | fieldKeys | The field keys. |
| Type | Description |
|---|---|
| PivotPanelBuilder | Current builder |
Gets the list of PivotField objects that define the fields used as filters.