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

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

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

Public Properties

DataMemberstring.

Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.

override
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]
SelectArgumentsSystem.Web.UI.DataSourceSelectArguments.

Gets a System.Web.UI.DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control.