Provides a registry for managing type mappings between view types and their corresponding renderer types.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Common
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public static class TelerikRendererRegistry
Inheritance: objectTelerikRendererRegistry
Methods
Registers types based on the specified attribute types.
C#
public static void RegisterTypes(params Type[] attrTypes)
The attribute types to search for in loaded assemblies.