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