Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IParameterViewModel Members

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

#Properties
Show Inherited Hide Inherited

Name Description
Expression Specifies a parameter’s expression.
IsExpression Specifies whether a parameter has the Expression type.
Name If implemented by a class, this property returns the parameter name. Inherited from IFilterParameter.
QueryName Specifies the name of the query to which a parameter is assigned.
Type If implemented by a class, this property returns the parameter type. Inherited from IFilterParameter.
Value Specifies the parameter value. Inherited from IParameter.

#Methods

Name Description
ApplyParameter(IParameter, Boolean) Binds a current parameter to the corresponding external (report) parameter.

#Events
Show Inherited Hide Inherited

Name Description
PropertyChanged Occurs when a property value changes. Inherited from INotifyPropertyChanged.
See Also