Skip to main content

ParameterViewModel.Type Property

Specifies the parameter type.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

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