Class
TelerikRendererRegistry

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.

Declaration

cs-api-definition
public static Type GetHandlerType(Type viewType)

Parameters

viewType

Type

The view type to get the handler for.

Returns

Type

The handler type, or null if no handler is found.

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.