Table of Contents

Method GetListEditSourceType

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

GetListEditSourceType(Type?, PropertyInfo?)

Gets type of the registered list editor source for the specified type and propInfo. This is used in list editor dialog.

public static Type? GetListEditSourceType(Type? type, PropertyInfo? propInfo)

Parameters

type Type

Type which contains the property.

propInfo PropertyInfo

Property information.

Returns

Type