Property Filter
- Namespace
- Innova.Prism.Infrastructure.EventParameters
- Assembly
- Innova.Prism.Infrastructure.dll
Filter
Gets or sets the filter expression for the ListView.
public Expression<Func<T, bool>> Filter { get; set; }
Property Value
- Expression<Func<T, bool>>