WPF ItemsSource Order by Getter

public ObservableCollection<CustomerModel> CustomerCollection { get { if(customerCollection!=null) { var thirdList = customerCollection.ToList().OrderBy(x => x.RowGuid).ToList(); customerCollection.Cl
相關文章
相關標籤/搜索