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

ParameterViewModel.IsExpression Property

Specifies whether or not the parameter is assigned a Expression.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual bool IsExpression { get; set; }

Property Value

Type Description
Boolean

true, if the parameter is assigned an expression; otherwise, false.

Remarks

When the IsExpression property is set to true, the data source parameter can be linked with a report parameter.

See Also