ParameterTypeRegistrator.GetDisplayName(Type) Method
In This Article
Gets the display name for the specified parameter type.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
#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