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