GridFilterableOperatorsDateSettingsTagHelper
Example
Razor
<date/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| clear | Boolean | Clears the default filters. |
| default-number-of-filters | Int32 | The default number of filters. |
| eq | String | The text of the "equal" filter operator. |
| gt | String | The text of the "greater than or equal" filter operator. |
| gte | String | The text of the "greater than or equal" filter operator. |
| isnotnull | String | The text of the "isnotnull" filter operator. |
| isnull | String | The text of the "isnull" filter operator. |
| lt | String | The text of the "less than or equal" filter operator. |
| lte | String | The text of the "less than or equal" 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" |