React FilterBuilder - groupOperationDescriptions
Selector: GroupOperationDescriptions
Type:
The following code sample illustrates how to set this property:
App.js
- import 'devextreme/dist/css/dx.light.css';
- import FilterBuilder, {
- GroupOperationDescriptions
- } from 'devextreme-react/filter-builder';
- export default function App() {
- return (
- <FilterBuilder ... >
- <GroupOperationDescriptions
- and="Plus"
- />
- </FilterBuilder>
- );
- }
See Also
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.