Skip to main content
A newer version of this page is available. .

LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.FilterExpression Property

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v20.2.ViewModel.dll

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

public virtual Expression<Func<TEntity, bool>> FilterExpression { get; set; }

Property Value

Type
Expression<Func<TEntity, Boolean>>
See Also