Table of Contents

Method GetTypeRegistryOrNull

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetTypeRegistryOrNull(Type)

Gets IPropertyGridTypeRegistry for the given Type if its available, othewise returns null.

public static IPropertyGridTypeRegistry? GetTypeRegistryOrNull(Type type)

Parameters

type Type

Type value.

Returns

IPropertyGridTypeRegistry