Table of Contents

Method CreateChoicesOnce

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

CreateChoicesOnce(Type)

Creates property choices list for the given enumeration type or returns it from the internal cache if it was previously created.

IPropertyGridChoices CreateChoicesOnce(Type enumType)

Parameters

enumType Type

Returns

IPropertyGridChoices

Remarks