FSharp.Qualia


DerivedCollectionSourceView<'Event, 'Element, 'Model>

Namespace: FSharp.Qualia.WPF

WPF Collection view convenience class

Constructors

ConstructorDescription
new(elt, m)
Signature: (elt:'Element * m:'Model) -> DerivedCollectionSourceView<'Event,'Element,'Model>

Instance members

Instance memberDescription
linkCollection(...)
Signature: itemsControl:ItemsControl -> (creator:('ItemModel -> 'ItemView)) -> coll:ObservableCollection<'ItemModel> -> ICollectionView

creates a derived collection and set it as the provided ItemsControl source. Returns the resulting WPF ICollectionView for filtering, grouping, ...

Fork me on GitHub