For Babelfish Release 1.11.1.3

ResultListIntermediateFormattedShowRanks Property

Gets or sets the number of highest ranked athletes or teams to always show, regardless of othre row limiting properties, when .ShownRows is called. For example, if ShowRanks is 3, then the athletes or teams ranked first, second, and third are always shown.

This property only effects parent rows, it does not effect child rows.

The default value is 3.

Definition

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

Property Value

Int32

See Also