Angular FilterBuilder - groupOperationDescriptions
Selector: dxo-group-operation-descriptions
Type:
The following code sample illustrates how to set this property:
app.component.html
app.module.ts
- <dx-filter-builder ... >
- <dxo-group-operation-descriptions
- and="Plus">
- </dxo-group-operation-descriptions>
- </dx-filter-builder>
- import { BrowserModule } from '@angular/platform-browser';
- import { NgModule } from '@angular/core';
- import { AppComponent } from './app.component';
- import { DxFilterBuilderModule } from 'devextreme-angular';
- @NgModule({
- declarations: [
- AppComponent
- ],
- imports: [
- BrowserModule,
- DxFilterBuilderModule
- ],
- providers: [ ],
- bootstrap: [AppComponent]
- })
- export class AppModule { }
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.