IReadOnlyObservableGroup Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface for a grouped collection of items. It allows us to use x:Bind with ObservableGroup<TKey,TValue> and ReadOnlyObservableGroup<TKey,TValue> by providing a non-generic type that we can declare using x:DataType.
public interface IReadOnlyObservableGroup : System.ComponentModel.INotifyPropertyChanged
type IReadOnlyObservableGroup = interface
interface INotifyPropertyChanged
Public Interface IReadOnlyObservableGroup
Implements INotifyPropertyChanged
- Derived
- Implements
Properties
Count |
Gets the number of items currently in the grouped collection. |
Key |
Gets the key for the current collection, as an Object. It is immutable. |