MultiSelectorHelper.

SetSelectedItems(DependencyObject, IList) Method

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
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject
value IList

Return Value

Type Description
void