ASPxVerticalGrid.VisibleRows Property
In This Article
Gets a collection of visible rows in the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ReadOnlyGridColumnCollection<VerticalGridRow> VisibleRows { get; }
#Property Value
Type | Description |
---|---|
Read |
A collection of visible rows in ASPx |
#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