ClassTelerikRendererRegistry
Class
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:
cs-api-definition
public static class TelerikRendererRegistry
Inheritance: objectTelerikRendererRegistry
Methods
GetHandlerType(Type)
Gets the handler type for the specified view type.
RegisterTypes(params Type[])
Registers types based on the specified attribute types.
Declaration
cs-api-definition
public static void RegisterTypes(params Type[] attrTypes)
Parameters
attrTypes
Type[]
The attribute types to search for in loaded assemblies.