Skip to main content

VGridRows.IsEmpty Property

Gets whether the collection is empty.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public virtual bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the collection is empty; otherwise, false.

See Also