For Babelfish Release 1.11.1.3

ResultListDisplayColumnClassList Property

Note: This API is now obsolete.
A list of css classes to decorate each cell within this column.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
[ObsoleteAttribute("Use .ClassSet instead.")]
public List<string> ClassList { get; set; }

Property Value

ListString

Remarks

Examples include:
  • rlf-col-rank
  • rlf-col-profile
  • rlf-col-participant
  • rlf-col-matchinfo
  • rlf-col-event
  • rlf-col-stage
  • rlf-col-series
  • rlf-col-shot
  • rlf-col-gap

See Also