For Babelfish Release 1.11.3.13

ResultListDisplayColumnClassSet Property

List of ClassSet objects that will decorate each cell in this column.

Each ClassSet includes a name of a CSS class (string) and a ShowWhen object to determine if it should be added the the classes used when displaying the column.

Every cell (each body cell and each child cell) will get decorate with the classes listed in .ClassSet. To augment a specific cell, use the .ClassSet property in ResultListCellValue.

Definition

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

Property Value

ListClassSet

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