Count Property
Gets the number of records in the view after filtering, sorting, and paging.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public int Count { get; }
Public ReadOnly Property Count As Integer
Get
abstract Count : int with get
override Count : int with get