CalculatedColumnSettings

Set properties that define Calculated Column's behaviour (all optional except DataType)

TypeScript
export interface CalculatedColumnSettings extends
Extends

SpecialColumnSettings

Properties

PropertyDescriptionDefault
ShowToolTipShow underlying Expression as ToolTip when hovering over a cellfalse

Property Details

ShowToolTip

Show underlying Expression as ToolTip when hovering over a cell

TypeScript
ShowToolTip?: boolean;
Default Value

false

Property Value

boolean