Table of Contents

Method ConstructNewItemParams

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

ConstructNewItemParams(Type, PropertyInfo)

Gets "constructed" IPropertyGridNewItemParams for the given Type and PropertyInfo.

public static IPropertyGridNewItemParams ConstructNewItemParams(Type type, PropertyInfo propInfo)

Parameters

type Type

Object type.

propInfo PropertyInfo

Property information.

Returns

IPropertyGridNewItemParams

Remarks

See Constructed for the details.

ConstructNewItemParams(object, PropertyInfo)

public static IPropertyGridNewItemParams ConstructNewItemParams(object instance, PropertyInfo propInfo)

Parameters

instance object

Object instance.

propInfo PropertyInfo

Property information.

Returns

IPropertyGridNewItemParams

Remarks

See Constructed for the details.