Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: CheckComboBox selectedItems

$
0
0
A user wrote :
I'm getting a "The property "SelectedItems" does not have an accessible setter." error from the following XAML:

"
<xctk:CheckComboBox x:Name="UserGroupsCheckedComboBox" Grid.Row="1" Grid.Column="0"
ItemsSource="{Binding UserGroups}"
SelectedItems="{Binding SelectedUserGroups, Mode=OneWayToSource}"
SelectedItemsOverride="{Binding SelectedUserGroupsOverride}"
DisplayMemberPath="Name"
ValueMemberPath="ID"
Command="{Binding OnUserGroupsChangedCommand}"
Width="200"
HorizontalAlignment="Left"
VerticalAlignment="Center"
</xctk:CheckComboBox>
"

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>