Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGrid.VisibleRows Property

Gets a collection of visible rows within the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyGridColumnCollection<VerticalGridRow> VisibleRows { get; }

Property Value

Type Description
ReadOnlyGridColumnCollection<VerticalGridRow>

A ReadOnlyGridColumnCollection<T><VerticalGridRow,> object that is a collection of visible rows within 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