DataGridCollectionViewIsEmpty Property

Gets a value indicating whether the resulting (filtered) view is empty.

Definition

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

Property Value

Boolean

Implements

IDataGridCollectionViewIsEmpty

See Also