DataGridCollectionViewCount 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) Version: 11.3.999
public int Count { get; }

Property Value

Int32

Implements

ICollectionCount

See Also