BHoM / BHoM_UI

GNU Lesser General Public License v3.0
9 stars 5 forks source link

Pick DisplayText attribute of enums while generating their labels #447

Closed pawelbaran closed 1 year ago

pawelbaran commented 1 year ago

Description:

As in the title: currently the labels of enums are generated using Enum.GetNames(), which means that DisplayTextAttribute is not leveraged at all by the UI.