Windows.UI.Xaml.Data
Windows.UI.Xaml.Data
Windows.UI.Xaml.Data
Windows.UI.Xaml.Data
Namespace
Defines the data binding infrastructure for apps.
Classes
Structs
| LoadMoreItemsResult LoadMoreItemsResult LoadMoreItemsResult LoadMoreItemsResult |
Wraps the asynchronous results of a LoadMoreItemsAsync call. |
Interfaces
| ICollectionView ICollectionView ICollectionView ICollectionView |
Enables collections to support current record management, grouping, and incremental loading (data virtualization). |
| ICollectionViewFactory ICollectionViewFactory ICollectionViewFactory ICollectionViewFactory |
Supports creation of the relevant ICollectionView implementation. |
| ICollectionViewGroup ICollectionViewGroup ICollectionViewGroup ICollectionViewGroup |
Represents any grouped items within a view. |
| ICustomProperty ICustomProperty ICustomProperty ICustomProperty |
Implements custom property definition support for data binding sources that are implemented using COM. |
| ICustomPropertyProvider ICustomPropertyProvider ICustomPropertyProvider ICustomPropertyProvider |
Provides lookup service for ICustomProperty support. This interface is implemented by objects so that their custom defined properties can be used as run-time binding sources. |
| IItemsRangeInfo IItemsRangeInfo IItemsRangeInfo IItemsRangeInfo |
Provides info about a range of items in the data source. |
| INotifyPropertyChanged INotifyPropertyChanged INotifyPropertyChanged INotifyPropertyChanged |
Notifies clients that a property value has changed.
|
| ISelectionInfo ISelectionInfo ISelectionInfo ISelectionInfo |
Manages whether items and ranges of items in the data source are selected in the list control. |
| ISupportIncrementalLoading ISupportIncrementalLoading ISupportIncrementalLoading ISupportIncrementalLoading |
Specifies a calling contract for collection views that support incremental loading. |
| IValueConverter IValueConverter IValueConverter IValueConverter |
Exposes methods that allow the data to be modified as it passes through the binding engine. |
Enums
| BindingMode BindingMode BindingMode BindingMode |
Describes how the data propagates in a binding. |
| RelativeSourceMode RelativeSourceMode RelativeSourceMode RelativeSourceMode |
Defines constants that describe the location of the binding source relative to the position of the binding target. |
| UpdateSourceTrigger UpdateSourceTrigger UpdateSourceTrigger UpdateSourceTrigger |
[Contains prerelease APIs.] |
Delegates
| CurrentChangingEventHandler CurrentChangingEventHandler CurrentChangingEventHandler CurrentChangingEventHandler |
Represents a method that can handle the CurrentChanging event of an ICollectionView implementation. |
| PropertyChangedEventHandler PropertyChangedEventHandler PropertyChangedEventHandler PropertyChangedEventHandler |
Represents the method that will handle the PropertyChanged event. When programming with Microsoft .NET this delegate is hidden, use the System.ComponentModel.PropertyChangedEventHandler delegate. |