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

ParameterViewModel.Type Property

Specifies the parameter type.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual Type Type { get; set; }

Property Value

Type Description
Type

A Type value.

Remarks

When a parameter is assigned a Expression, the parameter type is defined by the ParameterViewModel.ParameterResultType property.

See Also