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

SnapListFilters Interface

Provides functionality to data filtering.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public interface SnapListFilters :
    IList<string>,
    ICollection<string>,
    IEnumerable<string>,
    IEnumerable

The following members return SnapListFilters objects:

See Also