ListBoxBindableSelectionBehavior Class

Behavior that allows you to bind the SelectedItems property of the associated ListBox control. The SelectedItems property of the ListBox control cannot be bound because it is read-only.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class ListBoxBindableSelectionBehavior : Behavior<ListBox>
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    Animatable    Behavior    BehaviorListBox    ListBoxBindableSelectionBehavior

Constructors

ListBoxBindableSelectionBehaviorInitializes a new instance of the ListBoxBindableSelectionBehavior class

Properties

SelectedItems Gets or sets the currently selected items.

Fields

SelectedItemsProperty Identifies the dependency property SelectedItems.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also