FilterOperatorsSettingsBuilder
Methods
String(System.Action)
The texts of the filter operators displayed for string fields.
Parameters
configurator - System.Action<FilterOperatorsStringSettingsBuilder>
The action that configures the string.
Number(System.Action)
The texts of the filter operators displayed for number fields.
Parameters
configurator - System.Action<FilterOperatorsNumberSettingsBuilder>
The action that configures the number.
Date(System.Action)
The texts of the filter operators displayed for date fields.
Parameters
configurator - System.Action<FilterOperatorsDateSettingsBuilder>
The action that configures the date.
Boolean(System.Action)
The texts of the filter operators displayed for boolean fields
Parameters
configurator - System.Action<FilterOperatorsBooleanSettingsBuilder>
The action that configures the boolean.