A component used for presenting Excel style search UI.
Constructors
Section titled "Constructors"IgxExcelStyleSearchComponent
new IgxExcelStyleSearchComponent(): IgxExcelStyleSearchComponent Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-search.component.ts:197
Returns IgxExcelStyleSearchComponent
Properties
Section titled "Properties"cdr: ChangeDetectorRef Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-search.component.ts:44
esf: BaseFilteringComponent Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-search.component.ts:45
Methods
Section titled "Methods"ngAfterViewInit
Section titled "ngAfterViewInit"A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.
ngAfterViewInit(): void Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-search.component.ts:246
Returns void
ngOnDestroy
Section titled "ngOnDestroy"A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
ngOnDestroy(): void Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-search.component.ts:253