DataGridCollectionView.

Filter Property

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
DataGridCollectionView

Syntax

public Func<object, bool> Filter { get; set; }

Value

Type Description
Func<object, bool>

See Also