For Babelfish Release 1.11.1.3

ResultListIntermediateFormattedResolutionWidth Property

The width of the screen that this Result List Formatted will be displayeed on. Depending on the width some columsn may, or may not, be displayed. The Result List Fromatted uses the same breakpoints as Bootstrap 5.

The default value is int.MaxValue, which basically means a screen width of infinite width.

Values of less than 0, are interpreted as being 0.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public int ResolutionWidth { get; set; }

Property Value

Int32

See Also