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

IClientCriteriaVisitor<T> Interface

For internal use only. The interface the generic visitor of Criteria Language collection-based elements should implement.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public interface IClientCriteriaVisitor<T> :
    ICriteriaVisitor<T>

Type Parameters

Name Description
T

The type of the Criteria Language element visit result.

See Also