UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

24 lines (23 loc) 959 B
import { GridFilterDialogViewModelGrouping as GridFilterDialogViewModelGrouping_internal } from "./GridFilterDialogViewModelGrouping"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrGridFilterDialogViewModelGrouping { protected createImplementation(): GridFilterDialogViewModelGrouping_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): GridFilterDialogViewModelGrouping_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get startIndex(): number; set startIndex(v: number); get endIndex(): number; set endIndex(v: number); get isOrGrouping(): boolean; set isOrGrouping(v: boolean); findByName(name: string): any; }