Skip to main content
All docs
V25.1
  • DBSetFilterViewModel(DBSetFilter, IParameterService, IParameterEditorService) Constructor

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

    Namespace: DevExpress.DataAccess.UI.EntityFramework

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

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

    Parameters

    Name Type
    filter DBSetFilter
    parameterService IParameterService
    parameterEditorService IParameterEditorService
    See Also