WPF CheckListBox
WPF CheckListBox
First Adding Reference to WPF Toolkit Extended Assembly
Output

First Adding Reference to WPF Toolkit Extended Assembly
<wpfx:CheckListBox ItemsSource="{Binding Items}" DisplayMemberPath="Name" CheckedMemberPath="IsChecked" Command="{Binding ItemCheckedCommand}" />
Output
Properties / Events
| Property | Description |
|---|---|
| CheckedMemberPath | Gets/Sets a path to a value on the source object to serve as the IsChecked representation of the object. |
| Command | Gets/Sets the command to execute when an item is checked/unchecked. |
| DisplayMemberPath | Gets/Sets a path to a value on the source object to serve as the visual representation of the object. |
| CheckedItem | Gets/Stes the most recently checked/unchecked item. |
| CheckedItems | Gets the collection of checked objects |
| Event | Description |
|---|---|
| CheckedChanged | Invoked when a check or uncheck operation occurs. |
WPF CheckListBox
Reviewed by Bhaumik Patel
on
2:49 AM
Rating: