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

DBSetFilterViewModel(DBSetFilter, IParameterService, IParameterEditorService) Constructor

Initializes a new instance of the DBSetFilterViewModel class with specified settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public DBSetFilterViewModel(
    DBSetFilter filter,
    IParameterService parameterService,
    IParameterEditorService parameterEditorService
)

Parameters

Name Type
filter DBSetFilter
parameterService IParameterService
parameterEditorService IParameterEditorService
See Also