Table of Contents

Delegate AutoFormViewOptions.EditorForType

Namespace
UraniumUI.Options
Assembly
UraniumUI.dll
public delegate View AutoFormViewOptions.EditorForType(PropertyInfo property, Func<PropertyInfo, string> propertyNameFactory, object source)

Parameters

property PropertyInfo
propertyNameFactory Func<PropertyInfo, string>
source object

Returns

View