TreeListFilterableOperatorsDateSettingsTagHelper
Example
Razor
<date/>
Attributes
Attribute | Type | Description |
---|---|---|
eq | String | The text of the eq (equal to) filter operator. |
gt | String | The text of the gte (greater than or equal to) filter operator. |
gte | String | The text of the gte (greater than or equal to) 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 "lte" (less than or equal to) filter operator. |
lte | String | The text of the "lte" (less than or equal to) filter operator. |
neq | String | The text of the ne (not equal to) filter operator. |