Skip to main content
ON

DXCommandParameterTypeAttribute(Type) Constructor

Initializes a new instance of the DXCommandParameterTypeAttribute class with specified settings.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public DXCommandParameterTypeAttribute(
    Type parameterType
)

Parameters

Name Type Description
parameterType Type

The parameter type.

See Also