Table of Contents

Method GetPropRegistryOrNull

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

GetPropRegistryOrNull(PropertyInfo)

Gets PropertyGrid settings related to PropertyInfo if its available, otherwise returns null.

IPropertyGridPropInfoRegistry? GetPropRegistryOrNull(PropertyInfo propInfo)

Parameters

propInfo PropertyInfo

Property information.

Returns

IPropertyGridPropInfoRegistry

GetPropRegistryOrNull(string)

Gets PropertyGrid settings related to the specified property name if its available, otherwise returns null.

IPropertyGridPropInfoRegistry? GetPropRegistryOrNull(string propName)

Parameters

propName string

Property name.

Returns

IPropertyGridPropInfoRegistry