Skip to content

Commit 4983f69

Browse files
Removed unwanted condition
1 parent 54f2a5f commit 4983f69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DataGrid_Columns/MainPage.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ private void dataGrid_AutoGeneratingColumn(object sender, DataGridAutoGenerating
4545
e.Column.HeaderText = "Order ID";
4646
else if (e.Column.MappingName == "IsShipped")
4747
e.Column.HeaderText = "Is Shipped";
48-
else if (e.Column.MappingName == "CustomerID")
49-
e.Column.HeaderText = "Customer ID";
5048
else if (e.Column.MappingName == "ShipTime")
5149
e.Column.HeaderText = "Ship Time";
5250
else if (e.Column.MappingName == "ShipCountry")

0 commit comments

Comments
 (0)