IDataGridCollectionViewIsEmpty Property

Gets a value that indicates whether the view is empty.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool IsEmpty { get; }

Return Value

Boolean
true if the view is empty; otherwise, false.

See Also