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

FunctionInfo.ArgumentTypes Property

Specifies the type declarations of function arguments.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public Type[] ArgumentTypes { get; set; }

Property Value

Type Description
Type[]

An array of Type objects.

See Also