IChildIndexProviderTryGetTotalCount Method
Total children count or null if source is infinite.
Some Avalonia features might not work if TryGetTotalCount(Int32) returns false, for instance: nth-last-child selector.
Namespace: Avalonia.LogicalTreeAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool TryGetTotalCount(
out int count
)
Function TryGetTotalCount (
<OutAttribute> ByRef count As Integer
) As Boolean
abstract TryGetTotalCount :
count : int byref -> bool
- count Int32
-
Boolean