Skip to main content

EFFiltersViewModel.DeleteFilter(Int32) Method

Removes the Entity Framework data source filter with the specified index.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public void DeleteFilter(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based index that specifies the filter to remove.

See Also