For Babelfish Release 1.11.3.13

ResultListDisplayColumnShowSpanningWhen Property

Logic to determine when the Spanning text is displayed.

In order for the Spanning text to be displayed, both this columns .ShowWhen and .ShowSpanningWhen must evaluate to true.

Default is to always show the Spanning text.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public ShowWhenBase ShowSpanningWhen { get; set; }

Property Value

ShowWhenBase

See Also