Table of Contents

Method EditPropertyWithListEditor

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

EditPropertyWithListEditor(object?, PropertyInfo?)

Edits property with list editor.

public static void EditPropertyWithListEditor(object? instance, PropertyInfo? propInfo)

Parameters

instance object

Object which contains the property.

propInfo PropertyInfo

Property information.

Remarks

List editor must support editing of the property.

EditPropertyWithListEditor(object?, string)

Edits property with list editor.

public static void EditPropertyWithListEditor(object? instance, string propName)

Parameters

instance object

Object which contains the property.

propName string

Property name.

Remarks

List editor must support editing of the property.