For Babelfish Release 1.12.3.10

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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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