Skip to main content

VGridRows.HasVisibleItems Property

Returns true if visible rows exist.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public virtual bool HasVisibleItems { get; }

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