Skip to content

Commit

Permalink
Import and Export Data
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurmitha4004 committed Sep 29, 2023
1 parent 08e7da7 commit 82e6a56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ public class Customer
{
[DisplayNameAttribute("Sales Person Name")]
public string SalesPerson { get; set; }
[Bindable(false)]
[DisplayFormat(DataFormatString = "$#,###.00")]
public string SalesJanJun { get; set; }
[DisplayFormat(DataFormatString = "$#,###.00")]
public string SalesJulDec { get; set; }

public Customer(string name, string janToJun, string julToDec)
Expand Down

0 comments on commit 82e6a56

Please sign in to comment.