Back to Devexpress

ASPxVerticalGrid.VisibleRows Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-22851e97.md

latest1.5 KB
Original Source

ASPxVerticalGrid.VisibleRows Property

Gets a collection of visible rows in the ASPxVerticalGrid.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ReadOnlyGridColumnCollection<VerticalGridRow> VisibleRows { get; }
vb
Public ReadOnly Property VisibleRows As ReadOnlyGridColumnCollection(Of VerticalGridRow)

Property Value

TypeDescription
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

Rows

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace