Table of Contents

Class ListBoxPresenter

Namespace
H.Presenters.Common
Assembly
H.Presenters.Common.dll
[Icon("")]
[Display(Name = "选择数据")]
public class ListBoxPresenter : ItemsSourcePresenterBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IListBoxPresenter, IItemsSourcePresenter
Inheritance
ListBoxPresenter
Implements
Inherited Members
Extension Methods

Constructors

ListBoxPresenter()

public ListBoxPresenter()

ListBoxPresenter(IEnumerable, object)

public ListBoxPresenter(IEnumerable source, object selectedItem)

Parameters

source IEnumerable
selectedItem object

Properties

DeleteSelectedCommand

public RelayCommand DeleteSelectedCommand { get; }

Property Value

RelayCommand

DisplayMemberPath

public string DisplayMemberPath { get; set; }

Property Value

string

SelectedItem

public object SelectedItem { get; set; }

Property Value

object

UseDelete

public bool UseDelete { get; set; }

Property Value

bool