Hi,
What is the Property to be set in CheckComboBox be default in WPF.Here is my code
<xctk:CheckComboBox x:Name="_combo" Style="{StaticResource CheckComboBoxStyle}"
Thanks,
Prasant
What is the Property to be set in CheckComboBox be default in WPF.Here is my code
<xctk:CheckComboBox x:Name="_combo" Style="{StaticResource CheckComboBoxStyle}"
HorizontalAlignment="Center"
VerticalAlignment="Center"
DisplayMemberPath="Title"
ItemsSource="{Binding}" />Thanks,
Prasant