RowFormFieldContext

Context used for overriding Field elements in Row Form

TypeScript
export interface RowFormFieldContext<TData = any> extends
Extends

RowFormTitleContext

Properties

PropertyDescription
column
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

column

TypeScript
column: AdaptableColumn<TData>;
Property Value

AdaptableColumn<TData>

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any