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

DBSetFilterViewModel.Parameters Property

Provides access to the collection of parameters associated with the current filter.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public BindingList<IParameterViewModel> Parameters { get; }

Property Value

Type Description
BindingList<IParameterViewModel>

A collection of IParameterViewModel objects.

See Also