MultiSelectorHelper.

GetSelectedItems(DependencyObject) Method

Summary

Gets the selected items property binding
Namespace
MahApps.Metro.Controls
Containing Type
MultiSelectorHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ListBox))]
[AttachedPropertyBrowsableForType(typeof(MultiSelector))]
public static IList GetSelectedItems(DependencyObject element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element DependencyObject

Return Value

Type Description
IList