Enum FilterMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Defines the filtering mode for data collection components.
public enum FilterMode
Fields
Contains = 1Matches items that contain the filter text.
Custom = 5Uses a custom filtering logic.
EndsWith = 3Matches items that end with the filter text.
Equals = 4Matches items that equal the filter text exactly.
None = 0No filtering is applied.
StartsWith = 2Matches items that start with the filter text.