Table of Contents

Method CreateNewItemParams

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

CreateNewItemParams(IPropertyGridPropInfoRegistry?, PropertyInfo?)

Creates default IPropertyGridNewItemParams provider.

public static IPropertyGridNewItemParams CreateNewItemParams(IPropertyGridPropInfoRegistry? owner, PropertyInfo? propInfo = null)

Parameters

owner IPropertyGridPropInfoRegistry

Object owner.

propInfo PropertyInfo

Property information.

Returns

IPropertyGridNewItemParams

CreateNewItemParams(PropertyInfo?)

Creates new IPropertyGridNewItemParams instance.

public static IPropertyGridNewItemParams CreateNewItemParams(PropertyInfo? propInfo = null)

Parameters

propInfo PropertyInfo

Returns

IPropertyGridNewItemParams