Kendo.Mvc.UI.Fluent.FilterFieldBuilder
Defines the fluent API for configuring the FilterField settings.
Methods
EditorTemplate(System.String)
The template which the widget will use to create the field editor.
Parameters
value System.String
The value that configures the editortemplate.
EditorTemplateId(System.String)
The template which the widget will use to create the field editor.
Parameters
value System.String
The value that configures the editortemplate.
Label(System.String)
Defines a value which will be visualized instead of the data feild name.
Parameters
value System.String
The value that configures the label.
DefaultValue(System.Object)
A value which will be initially set as a filter value when an expression item for the specific field is created.
Parameters
value System.Object
The value for DefaultValue
EditorTemplateHandler(System.Func<System.Object,System.Object>)
The template which the widget will use to create the field editor.
Parameters
value System.Func<System.Object,System.Object>
The value for EditorTemplate
Operators(System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsSettingsBuilder>)
The text of the filter operators displayed in the filter.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsSettingsBuilder>
The configurator for the operators setting.
PreviewFormat(System.String)
Sets the format of the value in the preview.
Parameters
value System.String
The format.