Skip to main content
A newer version of this page is available. .

EFFiltersViewModel.DeleteFilter(Int32) Method

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

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public void DeleteFilter(
    int index
)

Parameters

Name Type Description
index Int32

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

See Also