System.Web.UI.Design.WebControls.DataBoundControlDesigner Members

The members of System.Web.UI.Design.WebControls.DataBoundControlDesigner are listed below.

See Also: Inherited members from System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner

Public Constructors

Public Properties

[read-only]
override
ActionListsSystem.ComponentModel.Design.DesignerActionListCollection.

Gets the System.ComponentModel.Design.DesignerActionListCollection object for this designer.

DataMemberstring.

Gets the shadowed System.Web.UI.WebControls.DataBoundControl.DataMember property of the underlying data-bound control.

[read-only]
DataSourceDesignerSystem.Web.UI.Design.IDataSourceDesigner.

Gets the designer of the data source of the underlying data-bound control.

[read-only]
DesignerViewSystem.Web.UI.Design.DesignerDataSourceView.

Gets the System.Web.UI.Design.DesignerDataSourceView object associated with the data source of this designer.

Protected Properties

[read-only]
SampleRowCountint.

Gets the number of rows that the data-bound control displays on the design surface.

[read-only]
UseDataSourcePickerActionListbool.

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

Protected Methods

override
ConnectToDataSource() : bool

Disconnects events from the previous data source and connects them to the current data source.

override
CreateDataSource()

Invokes the standard dialog box to create a new data source control, and sets the new data source control's ID to the System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID property of the data-bound control.

override
DataBind(System.Web.UI.WebControls.BaseDataBoundControl)

Binds the System.Web.UI.WebControls.DataBoundControl object to the data source.

override
DisconnectFromDataSource()

Disconnects the data-bound control from data source events.

override
Dispose(bool)

Releases the unmanaged resources used by the System.Web.UI.Design.WebControls.DataBoundControlDesigner object and optionally releases the managed resources.

GetDesignTimeDataSource() : IEnumerable

Gets the design-time data source from either the associated DataSourceDesigner or the DataSource property.

GetSampleDataSource() : IEnumerable

Gets dummy sample data to render the data-bound control on the design surface if sample data cannot be created from the DataSourceDesigner or DataSource properties.

override
PreFilterProperties(IDictionary)

Overridden by the designer to shadow run-time properties of the data-bound control with corresponding properties implemented by the designer.

Explicitly Implemented Interface Members