Đang chuẩn bị liên kết để tải về tài liệu:
programming WPF phần 4

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Theo mặc định, tấm không có xuất hiện của riêng mình, chỉ hiển thị ảnh hưởng của sự hiện diện của họ là làm thế nào họ kích thước và vị trí của con cái của họ. Tuy nhiên, họ có thể được thực hiện có thể nhìn thấy bằng cách thiết lập nền của họ | Example 7-38. Accessing the data held by ADO.NET continued view.MoveCurrentToNext if view.IsCurrentAfterLast view.MoveCurrentToLast _ void addButton_Click object sender RoutedEventArgs e Creating a new PeopleRow DataSourceProvider provider DataSourceProvider this.FindResource Family AdoBinding.Family.PeopleDataTable table AdoBinding.Family.PeopleDataTable provider.Data table.AddPeopleRow Chris 37 void sortButton_Click object sender RoutedEventArgs e ICollectionView view GetFamilyView if view.SortDescriptions.Count 0 view.SortDescriptions.Add new SortDescription Name ListSortDirection.Ascending view.SortDescriptions.Add new SortDescription Age ListSortDirection.Descending else view.SortDescriptions.Clear _ void filterButton_Click object sender RoutedEventArgs e Can t set the Filter property but can set the CustomFilter on a BindingListCollectionView BindingListCollectionView view BindingListCollectionView GetFamilyView if string.IsNullOrEmpty view.CustomFilter view.CustomFilter Age 25 else view.CustomFilter null _ void groupButton_Click object sender RoutedEventArgs e ICollectionView view GetFamilyView if view.GroupDescriptions.Count 0 Group by age view.GroupDescriptions.Add new PropertyGroupDescription Age else view.GroupDescriptions.Clear _ _ 238 Chapter Binding to List Data In Example 7-38 you ll notice that manipulating and displaying a person is different because we re dealing with a DataRowView object s Row property to get the typed PeopleRow we want. Also adding a new person is different because we re dealing with a PeopleDataTable. Finally filtering is different because the BindingListCollectionView doesn t support the Filter property setting it causes an exception at runtime . However we set the CustomFilter string on the BindingListCollectionView using the ADO. NET filter syntax. Everything else though including accessing the collection view navigating the rows and even sorting and grouping is the same as shown in Figure 7-20. Figure 7-20. ADO.NET data .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.