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

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.WebControls.TableRow objects in the System.Web.UI.WebControls.TableRowCollection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.WebControls.TableRowCollection is read-only.

[read-only]
IsSynchronizedbool.

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

[read-only]
default property
Item(int)TableRow. 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.TableRowCollection.