public class ListBoxBindableSelectionBehavior : Behavior<ListBox>
Public Class ListBoxBindableSelectionBehavior
Inherits Behavior(Of ListBox)
ListBoxBindableSelectionBehavior | Initializes a new instance of the ListBoxBindableSelectionBehavior class |
SelectedItems | Gets or sets the currently selected items. |
SelectedItemsProperty | Identifies the dependency property SelectedItems. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |