Xamarin.Forms.DataGrid icon indicating copy to clipboard operation
Xamarin.Forms.DataGrid copied to clipboard

Possible bug in DataGridRowTemplateSelector static field

Open tkouba opened this issue 5 years ago • 0 comments

DataGridRowTemplateSelector has private static DataTemplate _dataGridRowTemplate which is used in instace constructor and method. Should be private readonly DataTemplate _dataGridRowTemplate.

tkouba avatar Mar 07 '19 04:03 tkouba