Skip to main content
Tab

ASPxVerticalGrid.VisibleRows Property

Gets a collection of visible rows in the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyGridColumnCollection<VerticalGridRow> VisibleRows { get; }

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