ASPxVerticalGrid.VisibleRows Property
Gets a collection of visible rows in the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| ReadOnlyGridColumnCollection<VerticalGridRow> | A collection of visible rows in ASPxVerticalGrid. |
Remarks
The VisibleRows collection contains the rows with the Visible property set to true. To access the collection that contains all the rows owned by the ASPxVerticalGrid, use the ASPxVerticalGrid.AllRows property.
See Also