The properties of System.Web.UI.WebControls.BaseDataList are listed below. For a list of all members, see the BaseDataList Members list.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
Caption | string.
Gets or sets the text to render in an HTML caption element in the control. This property is provided to make the control more accessible to users of assistive technology devices. | |
CaptionAlign | TableCaptionAlign.
Gets or sets the horizontal or vertical position of the HTML caption element in a control. This property is provided to make the control more accessible to users of assistive technology devices. | |
CellPadding | int.
Gets or sets the amount of space between the contents of a cell and the cell's border. | |
CellSpacing | int.
Gets or sets the amount of space between cells. | |
[read-only] override | Controls | System.Web.UI.ControlCollection.
Gets a System.Web.UI.ControlCollection object that contains a collection of child controls in a data listing control. |
DataKeyField | string.
Gets or sets the key field in the data source specified by the BaseDataList.DataSource property. | |
[read-only] | DataKeys | DataKeyCollection.
Gets a System.Web.UI.WebControls.DataKeyCollection object that stores the key values of each record in a data listing control. |
DataMember | string.
Gets or sets the specific data member in a multimember data source to bind to a data listing control. | |
DataSource | object.
Gets or sets the source containing a list of values used to populate the items within the control. | |
DataSourceID | string.
Gets or sets the System.Web.UI.Control.ID property of the data source control that the data listing control should use to retrieve its data source. | |
GridLines | GridLines.
Gets or sets a value that specifies whether the border between the cells of a data listing control is displayed. | |
HorizontalAlign | HorizontalAlign.
Gets or sets the horizontal alignment of a data listing control within its container. | |
UseAccessibleHeader | bool.
Gets or sets a value indicating whether the data listing control renders its header in an accessible format. This property is provided to make the control more accessible to users of assistive technology devices. |
[read-only] | DataKeysArray | ArrayList.
Gets an ArrayList object that contains the key values of each record in a data listing control. |
[read-only] | Initialized | bool.
Gets a value indicating whether the control has been initialized. |
[read-only] | IsBoundUsingDataSourceID | bool.
Gets a value indicating whether the BaseDataList.DataSourceID property is set. |
RequiresDataBinding | bool.
Gets or sets a value indicating whether the data listing control needs to bind to its specified data source. | |
[read-only] | SelectArguments | System.Web.UI.DataSourceSelectArguments.
Gets a System.Web.UI.DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control. |