c# combobox datasource enum

C#
cbStatus.DataSource = Enum.GetValues(typeof(Status));
Source

Also in C#: