When using the GroupByExpression property of a GridColumn is it possible to expose the HeaderText value for the associated GridGroupByField?
As per the manual the syntax for GroupByExpression is "fieldname[ alias]/aggregate(fieldname)[ alias][, ...] Group By fieldname[ sort][, ...]", but setting the associated HeaderText of the GroupByField displayed on the GroupPanel is not exposed.
The only way I could change this was by handling the GroupsChanging Event, finding the corresponding GroupByField and setting the HeaderText value there.
Perhaps adding a property eg GroupByPanelHeaderText or changing syntax of GroupByExpression to be "fieldname[ alias]/aggregate(fieldname)[ alias][, ...] Group By fieldname[ sort][, ...] as HeaderText".