igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
20 lines (19 loc) • 712 B
TypeScript
import { BaseToolbarColumnActionsDirective } from './grid-toolbar.base';
import * as i0 from "@angular/core";
/**
* Provides a pre-configured column hiding component for the grid.
*
*
* @igxModule IgxGridToolbarModule
* @igxParent IgxGridToolbarComponent
*
* @example
* ```html
* <igx-grid-toolbar-hiding></igx-grid-toolbar-hiding>
* ```
*/
export declare class IgxGridToolbarHidingComponent extends BaseToolbarColumnActionsDirective {
private set content(value);
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridToolbarHidingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridToolbarHidingComponent, "igx-grid-toolbar-hiding", never, {}, {}, never, never, true, never>;
}