Kendo.Mvc.UI.Fluent.TreeListFilterableSettingsBuilder
Defines the fluent API for configuring TreeListFilterableSettings
Properties
Container
Gets the container of the TreeListFilterableSettingsBuilder
Methods
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<Kendo.Mvc.UI.Fluent.TreeListFilterableMessagesSettingsBuilder<T>>)
The text messages that are displayed in the filter menu. Use it to customize or localize the filter menu messages.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.TreeListFilterableMessagesSettingsBuilder>
The configurator for the messages setting.