RevoGrid Documentation v4.20.0 / ColPropertiesFunc
Type Alias: ColPropertiesFunc()
ts
type ColPropertiesFunc: (props: ColumnPropProp) => CellProps | void | undefined;Parameters
| Parameter | Type |
|---|---|
props | ColumnPropProp |
Returns
CellProps | void | undefined