RowFormColumnContext
Context used when decided if column should be included in a Row Form
TypeScript
export interface RowFormColumnContext extendsExtends
Properties
| Property | Description |
|---|---|
| adaptableColumn | Column to be displayed |
| rowFormType | Type of Row Form |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
adaptableColumn
Column to be displayed
TypeScript
adaptableColumn: AdaptableColumn;Property Value
rowFormType
Type of Row Form
TypeScript
rowFormType: RowFormType;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any