MicrosoftDocs / WindowsCommunityToolkitDocs

Creative Commons Attribution 4.0 International
179 stars 156 forks source link

Duplicate code in sample #648

Open EricJohnson327 opened 2 years ago

EricJohnson327 commented 2 years ago

In the function dg_Sorting, there is a duplicated IF statement. The below is written twice:

    //Use the Tag property to pass the bound column name for the sorting implementation
    if (e.Column.Tag.ToString() == "Range")

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.