I have a compbobox with the following information
<ComboBox
Margin="10,10,0,13" Name="ComboBox1" HorizontalAlignment="Left"
VerticalAlignment="Top" Width="128" Height="21">
<ComboBoxItem Content="All " ></ComboBoxItem>
<ComboBoxItem Content="Printed"></ComboBoxItem>
<ComboBoxItem Content="Unprinted"></ComboBoxItem>
</ComboBox>
I want to also add the selected value for all being 2 printed being 1 and unprinted being 0 is there a way to add it in the xaml?