Table of Contents

Method GetPropChoices

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

GetPropChoices(object, string)

Returns IPropertyGridChoices for the specified instance and propName.

public static IPropertyGridChoices? GetPropChoices(object instance, string propName)

Parameters

instance object

Object.

propName string

Property name.

Returns

IPropertyGridChoices