DataGrid: Provide API in DataGridTypedColumn that gives information whether grouping is applied once CreateGroupDescriptor is overridden
I have overridden the CreateGroupDescriptor() method to apply custom grouping on a column using the built-in grouping. However it seems I cannot get information whether grouping on this column is applied. I checked that IsGrouped and CanGroupBy properties are internal.