DataSetFormContext
Used when a DataSet displays a Form
TypeScript
export interface DataSetFormContext extendsExtends
Properties
| Property | Description |
|---|---|
| dataSet | The DataSet which triggered the Form |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
dataSet
The DataSet which triggered the Form
TypeScript
dataSet: DataSet;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any