UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

23 lines (22 loc) 1 kB
import { IgrColumnMovingStartEventArgsDetail } from "./igr-column-moving-start-event-args-detail"; import { ColumnMovingStartEventArgs as ColumnMovingStartEventArgs_internal } from "./ColumnMovingStartEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Represents event arguments related to the start of a column moving operation in a grid. */ export declare class IgrColumnMovingStartEventArgs { protected createImplementation(): ColumnMovingStartEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): ColumnMovingStartEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get detail(): IgrColumnMovingStartEventArgsDetail; set detail(v: IgrColumnMovingStartEventArgsDetail); }