Table of Contents

Class ListControlDataSourceBuilderBase

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

Provides an abstract base class for interfacing with combo box and list box controls bound to each data source in an observable sequence.

public abstract class ListControlDataSourceBuilderBase : DataSourceControlBuilderBase, IExpressionBuilder, INamedElement
Inheritance
ListControlDataSourceBuilderBase
Implements
Derived
Inherited Members

Properties

DisplayMember

Gets or sets the property to display for this list control.

Methods

Generate<TValue>(IObservable<IList<TValue>>)

Generates an observable sequence of values containing the currently selected item in the list control whenever the selection changes.