Table of Contents

Enum FilterMode

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Defines the filtering mode for data collection components.

public enum FilterMode

Fields

Contains = 1

Matches items that contain the filter text.

Custom = 5

Uses a custom filtering logic.

EndsWith = 3

Matches items that end with the filter text.

Equals = 4

Matches items that equal the filter text exactly.

None = 0

No filtering is applied.

StartsWith = 2

Matches items that start with the filter text.