TreeListFilterableSettingsBuilder
Methods
Operators(System.Action)
Configures the Filter menu operators.
Parameters
configurator - System.Action<FilterableOperatorsBuilder>
Extra(System.Boolean)
If set to true, the filter menu will allow the user to input a second criteria.
Parameters
value - System.Boolean
The value for Extra
Messages(System.Action)
The text messages that are displayed in the filter menu. Use it to customize or localize the filter menu messages.
Parameters
configurator - System.Action<TreeListFilterableMessagesSettingsBuilder>
The configurator for the messages setting.
Mode(System.String)
If set to row the user would be able to filter via extra row added below the headers. By default filtering is using the menu mode.Can also be set to the following string values: "row" - the user can filter via extra row within the header.; "menu" - the user can filter via the menu after clicking the filter icon. or "menu, row" - the user can filter with both modes above enabled..
Parameters
value - System.String
The value for Mode