Skip to main content

FunctionInfo.ArgumentTypes Property

Specifies the type declarations of function arguments.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public Type[] ArgumentTypes { get; set; }

#Property Value

Type Description
Type[]

An array of Type objects.

See Also