RowFormColumnContext

Context used when decided if column should be included in a Row Form

TypeScript
export interface RowFormColumnContext extends
Extends

BaseContext

Properties

PropertyDescription
adaptableColumnColumn to be displayed
rowFormTypeType of Row Form
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

adaptableColumn

Column to be displayed

TypeScript
adaptableColumn: AdaptableColumn;
Property Value

AdaptableColumn

rowFormType

Type of Row Form

TypeScript
rowFormType: RowFormType;
Property Value

RowFormType

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any