Class SelectionBox
public class SelectionBox : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
SelectionBox
- Implements
- Inherited Members
- Extension Methods
Constructors
SelectionBox()
public SelectionBox()
Fields
CheckedAll
public static RoutedCommand CheckedAll
Field Value
InSourceProperty
public static readonly DependencyProperty InSourceProperty
Field Value
InitSourceProperty
public static readonly DependencyProperty InitSourceProperty
Field Value
IsAsyncProperty
public static readonly DependencyProperty IsAsyncProperty
Field Value
IsUseCheckAllProperty
public static readonly DependencyProperty IsUseCheckAllProperty
Field Value
OutSourceProperty
public static readonly DependencyProperty OutSourceProperty
Field Value
PropertyNameProperty
public static readonly DependencyProperty PropertyNameProperty
Field Value
SelectedSourceProperty
public static readonly DependencyProperty SelectedSourceProperty
Field Value
SelectionSourceProperty
public static readonly DependencyProperty SelectionSourceProperty
Field Value
UnCheckedAll
public static RoutedCommand UnCheckedAll
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
InSource
public IEnumerable InSource { get; set; }
Property Value
InitSource
public IEnumerable InitSource { get; set; }
Property Value
IsAsync
是否异步通知输出数据
public bool IsAsync { get; set; }
Property Value
IsUseCheckAll
public bool IsUseCheckAll { get; set; }
Property Value
LabelKey
public static ComponentResourceKey LabelKey { get; }
Property Value
OutSource
public IEnumerable OutSource { get; set; }
Property Value
PropertyName
public string PropertyName { get; set; }
Property Value
SelectedSource
选中的数据源
public ObservableCollection<string> SelectedSource { get; set; }
Property Value
SelectionSource
可选择的数据源
public ObservableCollection<string> SelectionSource { get; set; }
Property Value
Methods
OnSelectionChanged(SelectionChangedEventArgs)
Responds to a list box selection change by raising a SelectionChanged event.
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
e
SelectionChangedEventArgsProvides data for SelectionChangedEventArgs.