RevoGrid Documentation v4.15.8 / ColumnTypes
Type Alias: ColumnTypes
ts
type ColumnTypes: {};Type that represents a collection of column types. The keys are the names of the column types and the values are the corresponding column type objects.
Index Signature
[name: string]: ColumnType