Uncheck to include all historical device flag assignments.
@Html.LabelFor(m => m.Options.Format)
@Html.DropDownListFor(m => m.Options.Format, Enum.GetNames(typeof(Disco.Models.Exporting.ExportFormat)).Select(v => new SelectListItem() { Value = v, Text = v }))