devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
24 lines (23 loc) • 759 B
TypeScript
/**
* DevExpress HTML/JS Reporting (viewer\search\_dxSearchEditor.d.ts)
* Version: 20.2.13
* Build date: Apr 10, 2023
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import dxTextBox from 'devextreme/ui/text_box';
export declare class dxSearchEditor extends dxTextBox {
_$button: JQuery;
_$buttonIcon: JQuery;
_$buttons: any;
_searchModel: any;
_activeStateUnit: any;
_focusRequestRaised: any;
_koContext: any;
constructor(element: any, options?: any);
findNext(searchUp: boolean): boolean;
_init(): void;
_render(): void;
_renderButton(direction: string): void;
_attachButtonEvents(direction: string): void;
}