Skip to main content

DataSourceParameterBase.Type Property

Specifies the parameter type.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[DefaultValue(null)]
[LocalizableCategory(DataAccessStringId.PropertyGridDesignCategoryName)]
public Type Type { get; set; }

Property Value

Type Default Description
Type null

The parameter type.

Implements

See Also