Skip to main content

IParameterViewModel Interface

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

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public interface IParameterViewModel :
    IParameter,
    IFilterParameter,
    INotifyPropertyChanged
See Also