Table of Contents

Method GetChoices

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

GetChoices<T>()

Returns IPropertyGridChoices for the given enumeration type.

IPropertyGridChoices GetChoices<T>() where T : Enum

Returns

IPropertyGridChoices

Type Parameters

T

Type of the enumeration.