React FilterBuilder - customOperations
calculateFilterExpression
this
keyword refers to the custom operation's configuration.See Also
dataTypes
Define this property to make the custom operation available for all fields of specific data types. You can also make the operation available for an individual field by including the operation's name in the field's filterOperations array.
editorComponent
An alias for the editorTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
editorRender
An alias for the editorTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
editorTemplate
Name | Type | Description |
---|---|---|
field |
The field's configuration. |
|
setValue |
A method you should call to change the field value after the editor value changes. |
|
value | | | |
The editor's value. |
icon
This property accepts one of the following:
- The icon's URL
- The icon's name if the icon is from the DevExtreme icon library
- The icon's CSS class if the icon is from an external icon library (see External Icon Libraries)
- The icon in the Base64 format
- The icon in the SVG format. Ensure that the source is reliable.
If you have technical questions, please create a support ticket in the DevExpress Support Center.