MultiSelectorHelper Class
Defines a helper class for selected items binding on collections with multiselector elements
Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["MultiSelectorHelper"] class Type type-node

Syntax

public static class MultiSelectorHelper

Fields

Name Field Type Constant Value Summary
SelectedItemsProperty DependencyProperty
static

Methods

Name Return Value Summary
GetSelectedItems(DependencyObject) IList
Gets the selected items property binding
static
SetSelectedItems(DependencyObject, IList) void
Sets the selected items property binding
static