IEntryFilter Interface

Definition

Interface passed to IWpfTableControl.SetFilter(string, IEntryFilter) to filter entries.

public interface class IEntryFilter
public interface class IEntryFilter
__interface IEntryFilter
public interface IEntryFilter
type IEntryFilter = interface
Public Interface IEntryFilter
Derived

Methods

Match(ITableEntryHandle)

Return true if the specified entry satisfies the filter.

Applies to