PivotTableFieldFilterMenuDataItem(Object, String) Constructor
Initializes a new instance of the PivotTableFieldFilterMenuDataItem class with specified settings.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public PivotTableFieldFilterMenuDataItem(
object value,
string text
)
Parameters
Name | Type | Description |
---|---|---|
value | Object | The item value. |
text | String | The item text. |
See Also