Table of Contents

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 = 2

Date input + Before/After/Equals (mapped to LessThan/GreaterThan/Equals).

Numeric = 1

Numeric input + ==/!=/>/</>=/<= operators.

Text = 0

Text input + Contains/StartsWith/EndsWith/Equals/NotEquals operators.