Sure is.
GroupByRecord gbr = e.Record as GroupByRecord;
if (rec != null) ...
Hi, thanks for the reply
Not sure if I'm missing something, but in the FieldLayoutInitialized event of the xamDatagrid there are only the following properties off of the 'e' event args object:
and none of the above expose a Record property.
Drilling down to an individual field of the layout (FieldLayout.Fields[0]), there is still no Record property.