Skip to main content

TcxVerticalGridRows Members

A vertical grid control’s row collection.

Constructors

Name Description
Create(TcxCustomVerticalGrid) Initializes a new instance of the TcxVerticalGridRows class with specified settings.

Properties

Name Description
Count Returns the total number of rows within the vertical grid control.
Items Provides indexed access to the rows within the vertical grid.

Methods

Name Description
AssignRows(TcxVerticalGridRows) Copies one row collection to another.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
IndexOf(TcxCustomRow) Returns the index of the specified row.
ToString Inherited from TObject.
See Also