Skip to main content

Parameter.Type Property

Specifies the type for the parameter.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public Type Type { get; set; }

Property Value

Type Description
Type

A Type object.

Remarks

The Type property defines the value type that can be assigned to the Parameter.Value property. And in turn, determines the type of editor which will prompt end-users to enter the value in the Collection Editor form.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Type property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also