TreeListFilterableMessagesSettingsTagHelper
Example
Razor
<treelist-filterable-messages/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| and | String | The text of the option which represents the AND logical operation. |
| clear | String | The text of the button which clears the filter. |
| filter | String | The text of the button which applies the filter. |
| info | String | The text of the information message on top of the filter menu. |
| is-false | String | The text of the radio button for false values. Displayed when the user filters Boolean fields. |
| is-true | String | The text of the radio button for true values. Displayed when the user filters Boolean fields. |
| or | String | The text of the option which represents the OR logical operation. |
| title | String | The text that is rendered for the title attribute of the filter menu form. |