Click or drag to resize
LocalisedEnumConverterT Properties

The LocalisedEnumConverterT generic type exposes the following members.

Properties
  NameDescription
Protected propertyComparer
Gets an IComparer that can be used to sort the values of the enumeration.
(Inherited from EnumConverter.)
Protected propertyEnumType
Specifies the type of the enumerator this converter is associated with.
(Inherited from EnumConverter.)
Public propertyTranslations
A map of enum values to localised translations.
Protected propertyValues (Inherited from EnumConverter.)
Top
See Also