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