Edit

Share via


IReadOnlyObservableGroup Interface

Definition

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.

Applies to