Back to Devexpress

VGridControlBase.VisibleRows Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-beb3c476.md

latest1.9 KB
Original Source

VGridControlBase.VisibleRows Property

Gets a collection of visible rows.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public GridRowReadOnlyCollection VisibleRows { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleRows As GridRowReadOnlyCollection

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.GridRowReadOnlyCollection

A DevExpress.XtraVerticalGrid.GridRowReadOnlyCollection object that represents the collection of visible rows.

|

Remarks

The VisibleRows property provides access to grid rows whose BaseRow.Visible property is set to true. The row’s position within the VisibleRows collection matches the row’s BaseRow.VisibleIndex property.

For more information, see Rows.

See Also

Rows

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace