Skip to main content
A newer version of this page is available. .

ListBoxItemCollection.AddEnum<TEnum>(Converter<TEnum, String>, Boolean) Method

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void AddEnum<TEnum>(
    Converter<TEnum, string> displayTextConverter,
    bool addEnumeratorIntegerValues
)

Parameters

Name Type
displayTextConverter Converter<TEnum, String>
addEnumeratorIntegerValues Boolean

Type Parameters

Name
TEnum
See Also