UNPKG

igniteui-react-core

Version:
26 lines (25 loc) 857 B
import { GridColumnOptionsSectionBaseDescription } from "./GridColumnOptionsSectionBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridColumnFilterOptionsDescription extends GridColumnOptionsSectionBaseDescription { static $t: Type; protected get_type(): string; constructor(); private at; get clearColumnFiltersCaption(): string; set clearColumnFiltersCaption(a: string); private av; get filterListPlaceholderText(): string; set filterListPlaceholderText(a: string); private au; get filterListDensity(): string; set filterListDensity(a: string); private as; get actualFilterListDensity(): string; set actualFilterListDensity(a: string); private aw; get textFilterCaption(): string; set textFilterCaption(a: string); }