System.Web.UI.WebControls.BaseDataBoundControl: Property Members

The properties of System.Web.UI.WebControls.BaseDataBoundControl are listed below. For a list of all members, see the BaseDataBoundControl Members list.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Properties

DataSourceobject.

Gets or sets the object from which the data-bound control retrieves its list of data items.

DataSourceIDstring.

Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.

Protected Properties

[read-only]
Initializedbool.

Gets a value indicating whether the data-bound control has been initialized.

[read-only]
IsBoundUsingDataSourceIDbool.

Gets a value indicating whether the BaseDataBoundControl.DataSourceID property is set.

RequiresDataBindingbool.

Gets or sets a value indicating whether the BaseDataBoundControl.DataBind method should be called.