@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
45 lines (44 loc) • 1.27 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export declare const hasFilter: (settings: any, column: any) => boolean;
/**
* @hidden
*/
export declare const hasSort: (settings: any, column: any) => boolean;
/**
* @hidden
*/
export declare const hasLock: (settings: any, column: any) => boolean;
/**
* @hidden
*/
export declare const hasStick: (settings: any, column: any) => boolean;
/**
* @hidden
*/
export declare const hasPosition: (settings: any, column: any) => boolean;
/**
* @hidden
*/
export declare const hasColumnChooser: (settings: any) => boolean;
/**
* @hidden
*/
export declare const hasAutoSizeColumn: (settings: any) => boolean;
/**
* @hidden
*/
export declare const hasAutoSizeAllColumns: (settings: any) => boolean;
/**
* @hidden
*/
export declare const autoSizeColumn: (grid: any, service: any, column?: any) => void;
/**
* @hidden
*/
export declare const hasItems: (settings: any, column: any) => boolean;