IParameterViewModel Interface
If implemented, specifies a View Model that provides information about a parameter.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public interface IParameterViewModel :
IParameter,
IFilterParameter,
INotifyPropertyChanged
See Also