Enum ColumnFilterMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Hint for the per-column filter UI: drives which operator dropdown / input type the grid renders for the column. The default Text matches the legacy substring-only filter shipped in I1.S1.
public enum ColumnFilterMode
Fields
Date = 2Date input + Before/After/Equals (mapped to LessThan/GreaterThan/Equals).
Numeric = 1Numeric input + ==/!=/>/</>=/<= operators.
Text = 0Text input + Contains/StartsWith/EndsWith/Equals/NotEquals operators.