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

IParameterViewModel Interface

If implemented, specifies a View Model that provides information about a parameter.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public interface IParameterViewModel :
    IParameter,
    IFilterParameter,
    INotifyPropertyChanged
See Also