Is there a way to iterate through all enum values? [duplicate] December 10, 2023 by Tarik string[] names = Enum.GetNames (typeof(MyEnum)); Then just populate the dropdown withe the array