Click here to Skip to main content
15,885,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

What is the Property to be set in CheckComboBox be default in WPF.Here is my code:

XML
<xctk:CheckComboBox x:Name="_combo" Style="{StaticResource CheckComboBoxStyle}"
                         HorizontalAlignment="Center"
                         VerticalAlignment="Center"
                         DisplayMemberPath="Title"
ItemsSource="{Binding}" />



Thanks,
Prasant
Posted
Updated 20-Apr-14 2:20am
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900