Class ListBoxSelectedItemsBehavior
Represents a helper class for setting the SelectedItems collection of the RadListBox.
Inheritance
System.Object
ListBoxSelectedItemsBehavior
Namespace: Telerik.Windows.Controls.Behaviors
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ListBoxSelectedItemsBehavior : Object
Fields
SelectedItemsSourceProperty
Identifies the SelectedItemsSource dependency property.
Declaration
public static readonly DependencyProperty SelectedItemsSourceProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetSelectedItemsSource(DependencyObject)
Gets the SelectedItemsSource collection.
Declaration
public static IEnumerable GetSelectedItemsSource(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Collections.IEnumerable
The SelectedItems collection. |
SetSelectedItemsSource(DependencyObject, IEnumerable)
Sets the SelectedItemsSource collection.
Declaration
public static void SetSelectedItemsSource(DependencyObject obj, IEnumerable value)
Parameters
System.Windows.DependencyObject
obj
|
System.Collections.IEnumerable
value
|