IsEmpty Property
Gets a value that indicates whether the view is empty.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
bool IsEmpty { get; }
ReadOnly Property IsEmpty As Boolean
Get
abstract IsEmpty : bool with get
Return Value
Boolean
true if the view is empty; otherwise, false.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace