Summary
Sets the selected items property binding
- Namespace
- MahApps
.Metro .Controls - Containing Type
- MultiSelectorHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ListBox))]
[AttachedPropertyBrowsableForType(typeof(MultiSelector))]
public static void SetSelectedItems(DependencyObject element, IList value)
Attributes
Type | Description |
---|---|
Category | |
Attached |
|
Attached |
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | |
value | IList |
Return Value
Type | Description |
---|---|
void |