DataBoundControlDesigner.UseDataSourcePickerActionList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.