DataBoundControlDesigner.UseDataSourcePickerActionList Property

Definition

Gets a value indicating whether the designer should include "Choose a data source" in its action list.

protected:
 virtual property bool UseDataSourcePickerActionList { bool get(); };
protected virtual bool UseDataSourcePickerActionList { get; }
member this.UseDataSourcePickerActionList : bool
Protected Overridable ReadOnly Property UseDataSourcePickerActionList As Boolean

Property Value

true.

Notes to Inheritors

You may want to override this property to provide a dialog box to select a data source control or to disable the user from changing the data source control associated with the data-bound control.

Applies to

See also