MultiSelectorHelper Class

Summary

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 Constant Value Summary
SelectedItemsProperty
static

Methods

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