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

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.WebControls.DataListItem objects in the collection.

[read-only]
IsReadOnlybool.

Gets a value that indicates whether the System.Web.UI.WebControls.DataListItem objects in the System.Web.UI.WebControls.DataListItemCollection can be modified.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether access to the System.Web.UI.WebControls.DataListItemCollection is synchronized (thread-safe).

[read-only]
default property
Item(int)DataListItem. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.DataListItemCollection collection.