fill combobox using enum class in c# code example Example: c# combobox datasource enum cbStatus.DataSource = Enum.GetValues(typeof(Status));