Table of Contents

Enum ListFilterPolicy

Namespace
DynamicData
Assembly
DynamicData.dll

Specifies which filter strategy should be used when the filter predicate is changed.

public enum ListFilterPolicy

Fields

CalculateDiff = 1

Calculate diff set - optimised for general filtering.

This option does not preserve order.

ClearAndReplace = 0

Clear all items and replace with matches - optimised for large data sets.

This option preserves order.