VGridRows.HasVisibleItems Property
Returns true if visible rows exist.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if visible rows exist; otherwise, false. |
Remarks
This property returns true if the VGridRows.VisibleRowsCount property returns a positive value.
See Also