Skip to main content

ParameterTypeRegistrator.Types Property

Provides access to the collection of available parameter types.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public static IEnumerable<KeyValuePair<Type, string>> Types { get; }

Property Value

Type Description
IEnumerable<KeyValuePair<Type, String>>

The collection of registered parameter types.

See Also