DataSetFormContext

Used when a DataSet displays a Form

TypeScript
export interface DataSetFormContext extends
Extends

FormContext

Properties

PropertyDescription
dataSetThe DataSet which triggered the Form
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

dataSet

The DataSet which triggered the Form

TypeScript
dataSet: DataSet;
Property Value

DataSet

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any