igniteui-react-core
Version:
Ignite UI React Core.
68 lines (67 loc) • 2.44 kB
TypeScript
import { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription";
import { WebGroupingExpressionDescription } from "./WebGroupingExpressionDescription";
import { WebGroupByExpandStateDescription } from "./WebGroupByExpandStateDescription";
import { WebGridGroupingStrategyDescription } from "./WebGridGroupingStrategyDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebGridDescription extends WebGridBaseDirectiveDescription {
static $t: Type;
protected get_type(): string;
constructor();
private gz;
get groupsExpanded(): boolean;
set groupsExpanded(a: boolean);
private hb;
get dropAreaTemplateRef(): string;
set dropAreaTemplateRef(a: string);
private g9;
get detailTemplateRef(): string;
set detailTemplateRef(a: string);
private hh;
get id(): string;
set id(a: string);
private g8;
get dataRef(): string;
set dataRef(a: string);
private g5;
get totalItemCount(): number;
set totalItemCount(a: number);
private gu;
get groupingExpressions(): WebGroupingExpressionDescription[];
set groupingExpressions(a: WebGroupingExpressionDescription[]);
private gt;
get groupingExpansionState(): WebGroupByExpandStateDescription[];
set groupingExpansionState(a: WebGroupByExpandStateDescription[]);
private g0;
get hideGroupedColumns(): boolean;
set hideGroupedColumns(a: boolean);
private gx;
get groupStrategy(): WebGridGroupingStrategyDescription;
set groupStrategy(a: WebGridGroupingStrategyDescription);
private ha;
get dropAreaMessage(): string;
set dropAreaMessage(a: string);
private hc;
get groupByRowSelectorTemplateRef(): string;
set groupByRowSelectorTemplateRef(a: string);
private hg;
get groupRowTemplateRef(): string;
set groupRowTemplateRef(a: string);
private g1;
get showGroupArea(): boolean;
set showGroupArea(a: boolean);
private g7;
get dataPreLoadRef(): string;
set dataPreLoadRef(a: string);
private hf;
get groupingExpressionsChangeRef(): string;
set groupingExpressionsChangeRef(a: string);
private he;
get groupingExpansionStateChangeRef(): string;
set groupingExpansionStateChangeRef(a: string);
private hd;
get groupingDoneRef(): string;
set groupingDoneRef(a: string);
}