Table of Contents

Method GetNewItemParamsOrNull

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

GetNewItemParamsOrNull(Type, PropertyInfo)

public static IPropertyGridNewItemParams? GetNewItemParamsOrNull(Type type, PropertyInfo propInfo)

Parameters

type Type

Object type.

propInfo PropertyInfo

Property information.

Returns

IPropertyGridNewItemParams

GetNewItemParamsOrNull(object, PropertyInfo)

public static IPropertyGridNewItemParams? GetNewItemParamsOrNull(object instance, PropertyInfo propInfo)

Parameters

instance object

Object instance.

propInfo PropertyInfo

Property information.

Returns

IPropertyGridNewItemParams