For Babelfish Release 1.11.1.3

ResultListDisplayColumnClassSet Property

List of ClassSet objects, each holds 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.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
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