Summary
Gets or sets the Filter, which is a callback set by the consumer of the ICollectionView
and used by the implementation of the ICollectionView to determine if an
item is suitable for inclusion in the view.
- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Collection View
Syntax
public Func<object, bool> Filter { get; set; }
Value
Type | Description |
---|---|
Func |