Table of Contents

Method GetNewItemParams

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

GetNewItemParams(Type, PropertyInfo)

public static IPropertyGridNewItemParams GetNewItemParams(Type type, PropertyInfo propInfo)

Parameters

type Type

Object type.

propInfo PropertyInfo

Property information.

Returns

IPropertyGridNewItemParams

GetNewItemParams(Type, string)

Gets IPropertyGridNewItemParams for the given Type and property name.

public static IPropertyGridNewItemParams GetNewItemParams(Type type, string propName)

Parameters

type Type

Object type.

propName string

Property name.

Returns

IPropertyGridNewItemParams

GetNewItemParams(object, PropertyInfo)

public static IPropertyGridNewItemParams GetNewItemParams(object instance, PropertyInfo propInfo)

Parameters

instance object

Object instance.

propInfo PropertyInfo

Property information.

Returns

IPropertyGridNewItemParams