Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
Show Inherited Hide Inherited

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