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

Parameter.Type Property

Specifies the type for the parameter.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

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.

See Also