我有一个我喜欢在 DataGrid 中显示的对象列表。
int LocationId { get; set; }
string LocationName { get; set; }
ProductionArea Area { get; set; }
DateTime CreateDateTime { get; set; }
string DropFolderPath { get; set; }
string CreateBy { get; set; }
int Plant { get; set; }
但是我还需要一些额外的字段来显示每行或复选框中的进度,以检查是否需要采取行动。但也喜欢不显示所有字段,例如“LocationId”。