New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Gets the handler type for the specified view type.

C#
public static Type GetHandlerType(Type viewType)
Parameters:viewTypeType

The view type to get the handler for.

Returns:

Type

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

Registers types based on the specified attribute types.

C#
public static void RegisterTypes(params Type[] attrTypes)
Parameters:attrTypesType[]

The attribute types to search for in loaded assemblies.