If I have 7 checkBo开发者_运维百科xes, one for each day of the week, Can I assing in XAML the Tag property to each one of the the System.DayOfWeek enumeration value?
Here\'s my code: <ComboBox Grid.Column=\"1\" Grid.Row=\"9\" ItemsSource=\"{Binding Path=PriorityEntries}\" SelectedItem=\"{Binding Path=Priority,Mode=TwoWay}\"/>