Skip to main content
All docs
V25.1
  • PivotTableCustomizeFilterMenuEventArgs.RemoveDataItem(Object) Method

    Removes a data item from the filter menu’s data item collection.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public bool RemoveDataItem(
        object value
    )

    Parameters

    Name Type Description
    value Object

    The item value.

    Returns

    Type Description
    Boolean

    true if the data item is removed; otherwise, false.

    Remarks

    Refer to the CustomizeFilterMenu event description for more information and an example.

    See Also