Kendo.Mvc.UI.Fluent.TreeListColumnFilterableSettingsBuilder
Defines the fluent API for configuring the TreeListColumnFilterableSettings settings.
Methods
Ui(System.Func<System.Object,System.Object>)
The role data attribute of the widget that is used in the filter menu, or a JavaScript function which initializes that widget.
Parameters
handler System.Func<System.Object,System.Object>
The value that configures the ui action.
Ui(System.String)
The role data attribute of the widget that is used in the filter menu, or a JavaScript function which initializes that widget.
Parameters
handler System.String
The value that configures the ui action.
Cell(System.Action<Kendo.Mvc.UI.Fluent.TreeListColumnFilterableCellSettingsBuilder<T>>)
Specifies options for the filter header cell when filter mode is set to 'row'.Can be set to a JavaScript object which represents the filter cell configuration.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.TreeListColumnFilterableCellSettingsBuilder>
The action that configures the cell.
Operators(System.Action<Kendo.Mvc.UI.Fluent.FilterableOperatorsBuilder>)
Configures the Filter menu operators.