ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork>.FilterExpression Property
The lambda expression used to filter which entities will be loaded locally from the unit of work.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.2.ViewModel.dll
Declaration
Property Value
Type |
---|
Expression<Func<TEntity, Boolean>> |
Remarks
Since ReadOnlyCollectionViewModelBase is a POCO view model, this property will raise INotifyPropertyChanged.PropertyEvent when modified so it can be used as a binding source in views.
See Also