Last Updated:
05 Feb 2025 07:10
by Nathan
CollectionView: Expose bindable properties for Delegate Sort, Group and Filter descriptors
The RadListView Delegate sort, filter and group descriptors have bindable properties, for example: Func<object, object) KeyExtractor, Filter.
The RadCollectionView delegate descriptors use KeyLookup, Filter which type is interface and do not expose bindable properties.
the option is to implement an interface