GridFilterableOperatorsStringSettingsTagHelper
Example
Razor
<string/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| clear | Boolean | Clears the default filters. |
| contains | String | The text of the "contains" filter operator. |
| default-number-of-filters | Int32 | The default number of filters. |
| doesnotcontain | String | The text of the "does not contain" filter operator. |
| doesnotendwith | String | The text of the "does not end with" filter operator. |
| doesnotstartwith | String | The text of the "does not start with" filter operator. |
| endswith | String | The text of the "ends with" filter operator. |
| eq | String | The text of the "equal" filter operator. |
| isempty | String | The text of the "isempty" filter operator. |
| isnotempty | String | The text of the "isnotempty" filter operator. |
| isnotnull | String | The text of the "isnotnull" filter operator. |
| is-not-null-or-empty | String | The text of the "isnotnullorempty" filter operator. |
| isnull | String | The text of the "isnull" filter operator. |
| is-null-or-empty | String | The text of the "isnullorempty" filter operator. |
| neq | String | The text of the "not equal" filter operator. |
| operators | IDictionary<String,String> | The operator dictionary for storing key-value pairs. Eg: Key: "eq" Value: "12" |
| startswith | String | The text of the "starts with" filter operator. |