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

ConfigureEFFiltersPage.FiltersViewModel Property

Specifies a View Model of Entity Framework data source filters.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public EFFiltersViewModel FiltersViewModel { get; }

Property Value

Type Description
EFFiltersViewModel

A EFFiltersViewModel object.

See Also