Table of Contents

Class SelectionBox

Namespace
HeBianGu.Control.Filter
Assembly
HeBianGu.Control.Filter.dll
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

RoutedCommand

InSourceProperty

public static readonly DependencyProperty InSourceProperty

Field Value

DependencyProperty

InitSourceProperty

public static readonly DependencyProperty InitSourceProperty

Field Value

DependencyProperty

IsAsyncProperty

public static readonly DependencyProperty IsAsyncProperty

Field Value

DependencyProperty

IsUseCheckAllProperty

public static readonly DependencyProperty IsUseCheckAllProperty

Field Value

DependencyProperty

OutSourceProperty

public static readonly DependencyProperty OutSourceProperty

Field Value

DependencyProperty

PropertyNameProperty

public static readonly DependencyProperty PropertyNameProperty

Field Value

DependencyProperty

SelectedSourceProperty

public static readonly DependencyProperty SelectedSourceProperty

Field Value

DependencyProperty

SelectionSourceProperty

public static readonly DependencyProperty SelectionSourceProperty

Field Value

DependencyProperty

UnCheckedAll

public static RoutedCommand UnCheckedAll

Field Value

RoutedCommand

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

InSource

public IEnumerable InSource { get; set; }

Property Value

IEnumerable

InitSource

public IEnumerable InitSource { get; set; }

Property Value

IEnumerable

IsAsync

是否异步通知输出数据

public bool IsAsync { get; set; }

Property Value

bool

IsUseCheckAll

public bool IsUseCheckAll { get; set; }

Property Value

bool

LabelKey

public static ComponentResourceKey LabelKey { get; }

Property Value

ComponentResourceKey

OutSource

public IEnumerable OutSource { get; set; }

Property Value

IEnumerable

PropertyName

public string PropertyName { get; set; }

Property Value

string

SelectedSource

选中的数据源

public ObservableCollection<string> SelectedSource { get; set; }

Property Value

ObservableCollection<string>

SelectionSource

可选择的数据源

public ObservableCollection<string> SelectionSource { get; set; }

Property Value

ObservableCollection<string>

Methods

OnSelectionChanged(SelectionChangedEventArgs)

Responds to a list box selection change by raising a SelectionChanged event.

protected override void OnSelectionChanged(SelectionChangedEventArgs e)

Parameters

e SelectionChangedEventArgs

Provides data for SelectionChangedEventArgs.