DisplayFormat
The full set of values a Format Column's DisplayFormat may hold: either a concrete AdaptableFormat object or the name of a numeric preset (e.g. 'Dollar').
TypeScript
export type DisplayFormat = AdaptableFormat | AdaptableNumericFormatPreset;