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
| DataSource | object.
Gets or sets the object from which the data-bound control retrieves its list of data items. | |
| DataSourceID | string.
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. |
| [read-only] | Initialized | bool.
Gets a value indicating whether the data-bound control has been initialized. |
| [read-only] | IsBoundUsingDataSourceID | bool.
Gets a value indicating whether the BaseDataBoundControl.DataSourceID property is set. |
| RequiresDataBinding | bool.
Gets or sets a value indicating whether the BaseDataBoundControl.DataBind method should be called. |