Skip to main content

ParameterTypeRegistrator.GetDisplayName(Type) Method

Gets the display name for the specified parameter type.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public static string GetDisplayName(
    Type type
)

Parameters

Name Type Description
type Type

A parameter type whose display name should be obtained.

Returns

Type Description
String

The display name of the specified type.

See Also