Dictionary of column name - column data items. Each column data item contains a display value, a tooltip hint, a link hint, and an orderby value. <para/>The display value is encoded by the CultureDataFormatter and can be decoded / localized by that class; all other values are optional. <para/>Tooltip hints can be passed to the TooltipProvider (Tooltip service) to be translated into an actual tootip.
public virtual ColumnDataDictionary ColumnData { get; set; }
Style hint for the row, for instance ‘retired’ for associates or ‘private’ for appointments. Presentation layers can interpret the style hints as they see fit.